initial commit

This commit is contained in:
Patrick Marsee 2024-07-07 22:13:09 -04:00
parent d413a3f6e1
commit 10c2e5f2b0
3 changed files with 434 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "path_mesh"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }