Skip to content

Commit f0bf18e

Browse files
authored
Merge pull request #49 from RedMser/lazy-function-tables
Cargo: update godot-rust features
2 parents 3a674b4 + 65d39fe commit f0bf18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
1818
constcat = "0.5.0"
1919
fluent = { git = "https://github.com/projectfluent/fluent-rs", branch = "main" }
2020
fluent-syntax = { git = "https://github.com/projectfluent/fluent-rs", branch = "main" }
21-
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["register-docs", "experimental-threads"] }
21+
godot = { git = "https://github.com/godot-rust/gdext", branch = "master", features = ["register-docs", "lazy-function-tables"] }
2222
itertools = "0.13.0"
2323
unic-langid = "0.9.4"

0 commit comments

Comments
 (0)