Codebase list rust-libslirp / 0d93892
hidapi-sys: Remove static and build feature Robin Krahl authored 5 years ago Robin Krahl committed 5 years ago
3 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package hidapi-sys 0.1.4 from crates.io using debcargo 2.2.9
44
5 -- Robin Krahl <robin.krahl@ireas.org> Wed, 19 Dec 2018 21:47:13 +0000
5 -- Robin Krahl <robin.krahl@ireas.org> Thu, 20 Dec 2018 11:13:38 +0000
0 Index: hidapi-sys/Cargo.toml
1 ===================================================================
2 --- hidapi-sys.orig/Cargo.toml
3 +++ hidapi-sys/Cargo.toml
4 @@ -23,7 +23,3 @@ license = "WTFPL"
5 repository = "https://github.com/meh/rust-hidapi-sys"
6 [dependencies.libc]
7 version = "0.2"
8 -
9 -[features]
10 -build = ["static"]
11 -static = []
00 use-system-library.diff
1 remove-static-feature.diff