path_mesh/Cargo.toml

13 lines
271 B
TOML
Raw Normal View History

2024-07-07 22:13:09 -04:00
[package]
name = "path_mesh"
2026-03-30 19:02:17 -04:00
version = "0.2.0"
edition = "2024"
2024-07-07 22:13:09 -04:00
# 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]
2026-03-30 19:02:17 -04:00
godot = "0.5.0"