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

12
rust/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
godot = "0.2.4"
log = "0.4.27"