Initial commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "surface-dial-renewed"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git", rev = "8e995b8bf" }
|
||||
hidapi = { version = "1.2.3", default-features = false, features = ["linux-shared-hidraw"] }
|
||||
notify-rust = "=4.0.0"
|
||||
udev = "0.5"
|
||||
|
||||
[profile.release.package.evdev-rs]
|
||||
opt-level = 0
|
||||
Reference in New Issue
Block a user