11[package ]
22name = " wooting-analog-sdk"
3- version = " 0.7.5 "
3+ version = " 0.8.0 "
44authors = [
" simon-wh <[email protected] >" ]
55edition = " 2018"
66license = " MPL-2.0"
77description = " Wooting Analog SDK"
88repository = " https://github.com/WootingKb/wooting-analog-sdk"
99homepage = " https://github.com/WootingKb/wooting-analog-sdk"
10- keywords = [ " wooting" , " keyboard" , " analog" , " sdk" ]
10+ keywords = [" wooting" , " keyboard" , " analog" , " sdk" ]
1111build = " build.rs"
1212# categories = []
1313# license-file = "../LICENSE"
@@ -21,16 +21,16 @@ lazy_static = "*"
2121ffi-support = " 0.4"
2222scancode = " 0.1.2"
2323bimap = " 0.4"
24- wooting-analog-common = { path = " ../wooting-analog-common" }
25- wooting-analog-plugin-dev = { path = " ../wooting-analog-plugin-dev" }
24+ wooting-analog-common = { path = " ../wooting-analog-common" }
25+ wooting-analog-plugin-dev = { path = " ../wooting-analog-plugin-dev" }
2626
2727[dev-dependencies ]
2828shared_memory = " ^0.8"
2929
3030[build-dependencies ]
3131cmake = " 0.1"
32- wooting-analog-common = { path = " ../wooting-analog-common" }
33- wooting-analog-plugin-dev = { path = " ../wooting-analog-plugin-dev" }
32+ wooting-analog-common = { path = " ../wooting-analog-common" }
33+ wooting-analog-plugin-dev = { path = " ../wooting-analog-plugin-dev" }
3434
3535
3636[target .'cfg(windows)' .dependencies ]
@@ -41,10 +41,26 @@ crate-type = ["cdylib", "rlib"]
4141
4242[package .metadata .deb ]
4343assets = [
44- [" ../target/release-artifacts/libwooting_analog_sdk.so" , " usr/lib/" , " 755" ],
45- [" ../target/release-artifacts/libwooting_analog_plugin.so" , " usr/local/share/WootingAnalogPlugins/wooting-analog-plugin/" , " 755" ],
46- [" ../target/release-artifacts/libwooting_analog_test_plugin.so" , " usr/local/share/WootingAnalogPlugins/wooting-test-plugin/" , " 755" ],
47- [" ../target/release-artifacts/wooting-analog-virtual-control" , " usr/bin/" , " 755" ],
44+ [
45+ " ../target/release-artifacts/libwooting_analog_sdk.so" ,
46+ " usr/lib/" ,
47+ " 755" ,
48+ ],
49+ [
50+ " ../target/release-artifacts/libwooting_analog_plugin.so" ,
51+ " usr/local/share/WootingAnalogPlugins/wooting-analog-plugin/" ,
52+ " 755" ,
53+ ],
54+ [
55+ " ../target/release-artifacts/libwooting_analog_test_plugin.so" ,
56+ " usr/local/share/WootingAnalogPlugins/wooting-test-plugin/" ,
57+ " 755" ,
58+ ],
59+ [
60+ " ../target/release-artifacts/wooting-analog-virtual-control" ,
61+ " usr/bin/" ,
62+ " 755" ,
63+ ],
4864]
4965depends = " libhidapi-hidraw0, libudev1, $auto"
5066priority = " optional"
0 commit comments