@@ -6,6 +6,9 @@ rust-version = "1.78"
66license = " MPL-2.0"
77keywords = [" gamedev" , " godot" , " engine" , " ffi" , " sys" ]
88categories = [" game-engines" , " graphics" ]
9+ description = " Internal crate used by godot-rust"
10+ repository = " https://github.com/godot-rust/gdext"
11+ homepage = " https://godot-rust.github.io"
912
1013# Since features are additive, and we want the user to user prebuilt by default, we need to have `prebuilt-godot` as the
1114# default feature. However, it's not possible to _disable_ the prebuilt dependency when specifying `api-custom` (without
@@ -40,20 +43,20 @@ api-custom-extheader = []
4043
4144[dependencies ]
4245# [version-sync] [[
43- # [line] prebuilt-$kebabVersion = { optional = true, package = "godot4-prebuilt ", git = "https://github.com/godot-rust/godot4-prebuilt", branch = "$dotVersion" }
44- prebuilt-4-0 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0" }
45- prebuilt-4-0-1 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.1" }
46- prebuilt-4-0-2 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.2" }
47- prebuilt-4-0-3 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.3" }
48- prebuilt-4-0-4 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.4" }
49- prebuilt-4-1 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1" }
50- prebuilt-4-1-1 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.1" }
51- prebuilt-4-1-2 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.2" }
52- prebuilt-4-1-3 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.3" }
53- prebuilt-4-1-4 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.4" }
54- prebuilt-4-2 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.2" }
55- prebuilt-4-2-1 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.2.1" }
56- prebuilt-4-2-2 = { optional = true , package = " godot4-prebuilt " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.2.2" }
46+ # [line] prebuilt-$kebabVersion = { optional = true, package = "gdextension-api ", git = "https://github.com/godot-rust/godot4-prebuilt", branch = "$dotVersion" }
47+ prebuilt-4-0 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0" }
48+ prebuilt-4-0-1 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.1" }
49+ prebuilt-4-0-2 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.2" }
50+ prebuilt-4-0-3 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.3" }
51+ prebuilt-4-0-4 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.0.4" }
52+ prebuilt-4-1 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1" }
53+ prebuilt-4-1-1 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.1" }
54+ prebuilt-4-1-2 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.2" }
55+ prebuilt-4-1-3 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.3" }
56+ prebuilt-4-1-4 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.1.4" }
57+ prebuilt-4-2 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.2" }
58+ prebuilt-4-2-1 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.2.1" }
59+ prebuilt-4-2-2 = { optional = true , package = " gdextension-api " , git = " https://github.com/godot-rust/godot4-prebuilt" , branch = " 4.2.2" }
5760# ]]
5861
5962# Do not use bindgen 0.69, it contains regression that forces recompilation of code.
0 commit comments