Added fork dependency
This commit is contained in:
parent
4529b0499c
commit
60731de5ef
2 changed files with 11 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -290,6 +290,15 @@ version = "2.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "fork"
|
||||||
|
version = "0.1.23"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
|
||||||
|
dependencies = [
|
||||||
|
"libc",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "funty"
|
name = "funty"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
|
@ -577,6 +586,7 @@ name = "makima"
|
||||||
version = "0.6.6"
|
version = "0.6.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"evdev",
|
"evdev",
|
||||||
|
"fork",
|
||||||
"hyprland",
|
"hyprland",
|
||||||
"serde",
|
"serde",
|
||||||
"swayipc-async",
|
"swayipc-async",
|
||||||
|
|
|
@ -13,3 +13,4 @@ hyprland = "<=0.3.9"
|
||||||
swayipc-async = "2.0.2"
|
swayipc-async = "2.0.2"
|
||||||
x11rb = "0.13.0"
|
x11rb = "0.13.0"
|
||||||
toml = "0.7.3"
|
toml = "0.7.3"
|
||||||
|
fork = "0.1.23"
|
Loading…
Add table
Reference in a new issue