three_d_live_puppetry_rs/rust/Cargo.toml

14 lines
359 B
TOML
Raw Normal View History

[package]
2023-12-30 14:05:10 +01:00
name = "three_d_live_puppetry_rs"
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" }
2024-01-01 20:15:31 +01:00
vmc = "0.3.0"