mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-06 02:51:31 +11:00
deps: with_winit: Update notify-debouncer-mini and console-log.
This commit is contained in:
parent
0c9f5eee7d
commit
4a7d3285d6
|
@ -35,7 +35,7 @@ log = "0.4.17"
|
|||
|
||||
[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies]
|
||||
vello = { path = "../../", features = ["hot_reload"] }
|
||||
notify-debouncer-mini = "0.2.1"
|
||||
notify-debouncer-mini = "0.3"
|
||||
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
|
@ -44,6 +44,6 @@ android_logger = "0.13.0"
|
|||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
console_error_panic_hook = "0.1.7"
|
||||
console_log = "0.2"
|
||||
console_log = "1"
|
||||
wasm-bindgen-futures = "0.4.33"
|
||||
web-sys = { version = "0.3.60", features = [ "HtmlCollection", "Text" ] }
|
||||
|
|
Loading…
Reference in a new issue