1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

feat(script): new watch mode

Resolves #30
This commit is contained in:
Jake Stanger 2022-11-06 17:39:15 +00:00
parent 1c032ae8e3
commit 73158c2fce
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 100 additions and 15 deletions

10
Cargo.lock generated
View file

@ -1948,6 +1948,15 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "slab"
version = "0.4.7"
@ -2209,6 +2218,7 @@ dependencies = [
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"winapi",