Skip to content

Commit

Permalink
Use released crate for gdextension-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Jun 23, 2024
1 parent c0409d9 commit 5188047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ api-custom = ["dep:bindgen", "dep:regex", "dep:which"]
api-custom-extheader = []

[dependencies]
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" }

# Do not use bindgen 0.69, it contains regression that forces recompilation of code.
bindgen = { optional = true, version = "0.68", default-features = false, features = ["runtime"] }
Expand Down

0 comments on commit 5188047

Please sign in to comment.