diff --git a/Cargo.toml b/Cargo.toml index c5d3066..55781fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"