Skip to content

Commit 4596b22

Browse files
committed
Update to godot-rust 0.2 stable
1 parent f0bf18e commit 4596b22

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

rust/Cargo.lock

Lines changed: 23 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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", "lazy-function-tables"] }
21+
godot = { version = "0.2.1", features = ["register-docs", "lazy-function-tables"] }
2222
itertools = "0.13.0"
2323
unic-langid = "0.9.4"

0 commit comments

Comments
 (0)