Skip to content

Commit

Permalink
finalized renet version
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaeleragni committed Jul 20, 2024
1 parent 6d92fae commit 5c80e18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ include = ["/src", "/LICENSE-MIT", "/LICENSE-APACHE"]

[dependencies]
bevy = { version = "0.14" }
wgpu-types = { version = "0.20", features = ["serde"] }
bevy_renet = { git = "https://github.com/raffaeleragni/renet" }
#bevy_renet = "0.0.12"
wgpu-types = { version = "0.20.0", features = ["serde"] }
bevy_renet = "0.0.12"
bincode = "1.3"
serde = { version = "1.0", features = ["derive"] }
uuid = "1.10"
Expand Down

0 comments on commit 5c80e18

Please sign in to comment.