From 46c0907975e8a4871ec4b20b3fb1a4056eb5bb88 Mon Sep 17 00:00:00 2001 From: Georg Schuppe Date: Thu, 19 Dec 2024 18:03:06 +0100 Subject: [PATCH] depend on ggrs main --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86a2714..3e69a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ wasm-bindgen = ["instant/wasm-bindgen", "ggrs/wasm-bindgen"] bevy = { version = "0.15", default-features = false } instant = { version = "0.1", optional = true } log = "0.4" -ggrs = { version= "0.11.0", features=["sync-send"]} -#ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] } +#ggrs = { version= "0.11.0", features=["sync-send"]} +ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] } seahash = "4.1" disqualified = "1.0.0" serde = { version = "1", default-features = false }