-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove build-helper dependency (#18)
The build-helper crate and repo has not been updated in 2 years and looks abandoned, and we have a long running PR for it (DanielKeep/rust-build-helper#2) with some dependency updates that haven't been merged in nor any communication about. So let's just remove the dependency and use explicit Cargo env vars and prinln instructions instead, easy enough.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "physx-sys" | ||
description = "Unsafe bindings for NVIDIA PhysX C++ SDK" | ||
version = "0.1.0+4.1" | ||
version = "0.1.1+4.1" | ||
authors = ["Embark <[email protected]>", "Tomasz Stachowiak <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/EmbarkStudios/physx-rs" | ||
|
@@ -37,4 +37,3 @@ doctest = false | |
[build-dependencies] | ||
cc = "1.0" | ||
cmake = "0.1.35" | ||
build-helper = "0.1.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters