We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0409d9 commit 5188047Copy full SHA for 5188047
godot-bindings/Cargo.toml
@@ -38,7 +38,7 @@ api-custom = ["dep:bindgen", "dep:regex", "dep:which"]
38
api-custom-extheader = []
39
40
[dependencies]
41
-gdextension-api = { git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" }
+gdextension-api = { version = "0.1", git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" }
42
43
# Do not use bindgen 0.69, it contains regression that forces recompilation of code.
44
bindgen = { optional = true, version = "0.68", default-features = false, features = ["runtime"] }
0 commit comments