Skip to content

Commit

Permalink
deps: with_winit: Update notify-debouncer-mini and console-log.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 27, 2023
1 parent 0c9f5ee commit 4a7d328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with_winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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" ] }

0 comments on commit 4a7d328

Please sign in to comment.