Initial commit

This commit is contained in:
Rendo 2026-03-25 19:23:22 +05:00
commit 6f62876db3
14 changed files with 544 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "rust-pvz-genetics"
version = "0.1.0"
edition = "2024"
[dependencies]
godot = "0.4.5"
[lib]
crate-type = ["cdylib"]