Skip to content

Commit

Permalink
Merge pull request #7 from Synphonyte/dependabot/cargo/leptos-use-0.15.1
Browse files Browse the repository at this point in the history
Update leptos-use requirement from 0.14.0 to 0.15.1
  • Loading branch information
maccesch authored Jan 2, 2025
2 parents 744f1a2 + e431e44 commit b2e654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit b2e654f

Please sign in to comment.