mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
implement watch mode
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -959,6 +959,12 @@ version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
||||
|
||||
[[package]]
|
||||
name = "pico-args"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
||||
|
||||
[[package]]
|
||||
name = "pkg-config"
|
||||
version = "0.3.22"
|
||||
@@ -1389,6 +1395,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"minifb",
|
||||
"notify",
|
||||
"pico-args",
|
||||
"wasmtime",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user