mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-16 17:50:54 +03:00
Compare commits
7 Commits
split-crat
...
input-even
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
684735b499 | ||
|
|
abfc744e4c | ||
|
|
fb2c39e8ae | ||
|
|
82ab5ecbbd | ||
|
|
3fd2b31562 | ||
|
|
90e83cee87 | ||
|
|
4db2d37f32 |
@@ -18,9 +18,9 @@ strip = true
|
|||||||
lto = "fat"
|
lto = "fat"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
input-event = { path = "input-event" }
|
input-event = { path = "input-event", version = "0.1.0" }
|
||||||
input-emulation = { path = "input-emulation", default-features = false }
|
input-emulation = { path = "input-emulation", version = "0.1.0", default-features = false }
|
||||||
input-capture = { path = "input-capture", default-features = false }
|
input-capture = { path = "input-capture", version = "0.1.0", default-features = false }
|
||||||
|
|
||||||
hickory-resolver = "0.24.1"
|
hickory-resolver = "0.24.1"
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ anyhow = "1.0.86"
|
|||||||
futures-core = "0.3.30"
|
futures-core = "0.3.30"
|
||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
num_enum = "0.7.2"
|
num_enum = "0.7.2"
|
||||||
serde = "1.0.203"
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user