From 4a7d3285d6b724613023d0547baecb6f8881eb01 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 17 Jul 2023 22:32:19 +0700 Subject: [PATCH] deps: with_winit: Update notify-debouncer-mini and console-log. --- examples/with_winit/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with_winit/Cargo.toml b/examples/with_winit/Cargo.toml index 3fb74105..8515cb79 100644 --- a/examples/with_winit/Cargo.toml +++ b/examples/with_winit/Cargo.toml @@ -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" ] }