deps: with_winit: Update notify-debouncer-mini and console-log.

This commit is contained in:
Bruce Mitchener 2023-07-17 22:32:19 +07:00
parent 0c9f5eee7d
commit 4a7d3285d6

View file

@ -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" ] }