diff --git a/Cargo.toml b/Cargo.toml index cd06d15..02f1ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ bevy = { version = "0.13", default-features = false } bytemuck = { version = "1.7", features = ["derive"] } instant = { version = "0.1", optional = true } log = "0.4" -ggrs = { version= "0.10.1", features=["sync-send"]} -#ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] } +#ggrs = { version= "0.10.1", features=["sync-send"]} +ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] } seahash = "4.1" [dev-dependencies]