added godot-rs scaffolding

This commit is contained in:
2025-07-16 18:29:50 +02:00
parent 56c4b7452a
commit 85b73ad963
1280 changed files with 434199 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
cargo:rustc-check-cfg=cfg(published_docs, values(none()))
cargo:rustc-check-cfg=cfg(since_api, values("4.1"))
cargo:rustc-check-cfg=cfg(before_api, values("4.1"))
cargo:rustc-check-cfg=cfg(since_api, values("4.2"))
cargo:rustc-check-cfg=cfg(before_api, values("4.2"))
cargo:rustc-check-cfg=cfg(since_api, values("4.3"))
cargo:rustc-check-cfg=cfg(before_api, values("4.3"))
cargo:rustc-check-cfg=cfg(since_api, values("4.4"))
cargo:rustc-check-cfg=cfg(before_api, values("4.4"))
cargo:rustc-cfg=since_api="4.1"
cargo:rustc-cfg=since_api="4.2"
cargo:rustc-cfg=since_api="4.3"
cargo:rustc-cfg=before_api="4.4"
cargo:rustc-cfg=before_patch_api="4.1.0"
cargo:rustc-cfg=before_patch_api="4.1.1"
cargo:rustc-cfg=before_patch_api="4.1.2"
cargo:rustc-cfg=before_patch_api="4.1.3"
cargo:rustc-cfg=before_patch_api="4.1.4"
cargo:rustc-cfg=before_patch_api="4.2.0"
cargo:rustc-cfg=before_patch_api="4.2.1"
cargo:rustc-cfg=before_patch_api="4.2.2"
cargo:rustc-cfg=since_patch_api="4.3.0"
cargo:rustc-cfg=since_patch_api="4.4.0"