diff --git a/Cargo.toml b/Cargo.toml index 11e6a72..038b02c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/Synphonyte/leptos-bevy-canvas" bevy = { version = "0.15.0", default-features = false } crossbeam-channel = "0.5" leptos = "0.7.0" -leptos-use = { version = "0.14.0", default-features = false, features = ["use_raf_fn"] } +leptos-use = { version = "0.15.1", default-features = false, features = ["use_raf_fn"] } [dev-dependencies] bevy = { version = "0.15.0", default-features = false, features = ["bevy_window"] } \ No newline at end of file