Initial commit

This commit is contained in:
Rendo 2026-02-18 16:11:55 +05:00
commit 2e7c256a9b
4 changed files with 214 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "grap-rs"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
godot = "0.4.5"