path_mesh/Cargo.toml

12 lines
271 B
TOML

[package]
name = "path_mesh"
version = "0.2.0"
edition = "2024"
# 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 = "0.5.0"