diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7b80ede..6c86991 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,14 +10,14 @@ crate-type = ["cdylib"] stats = [] [dependencies] -godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "experimental-threads", "register-docs"] } +godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "register-docs"] } glam = { version = "0.28", features = ["fast-math"] } rayon = { version = "1.10" } rustc-hash = "2" indexmap = "2.4.0" [target.wasm32-unknown-emscripten.dependencies] -godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "experimental-threads", "register-docs", "experimental-wasm", "lazy-function-tables"] } +godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["api-4-3", "register-docs", "experimental-wasm", "lazy-function-tables"] } [profile.dev] opt-level = 1 \ No newline at end of file