initial commit

This commit is contained in:
2025-01-20 00:27:44 +01:00
commit 5fee6cd053
11 changed files with 449 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = "0.2.2"