Skip to content
Snippets Groups Projects
Commit 69915f67 authored by Louis's avatar Louis :fire:
Browse files

Update deps

parent 68a86456
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -8,12 +8,12 @@ members = [
[workspace.dependencies]
fastrand = "1.8.0"
anyhow = "1.0.65"
anyhow = "1.0.66"
log = "0.4.17"
thiserror = "1.0.37"
serde = "1.0.145"
serde_json = "1.0.85"
iyes_loopless = "0.7.1"
serde = "1.0.147"
serde_json = "1.0.87"
iyes_loopless = "0.8.0"
[profile.release]
debug = 0
......
......@@ -16,6 +16,7 @@ iyes_loopless.workspace = true
micro_musicbox = "0.4.0"
remote_events = { git = "https://lab.lcr.gr/microhacks/micro-bevy-remote-events.git", rev = "be0c6b43a73e4c5e7ece20797e3d6f59340147b4"}
micro_banimate = "0.1.1"
[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3.58", features = ["Window"] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment