Initial commit
This commit is contained in:
commit
6f62876db3
14 changed files with 544 additions and 0 deletions
11
rust-pvz-genetics/Cargo.toml
Normal file
11
rust-pvz-genetics/Cargo.toml
Normal 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"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue