15 lines
398 B
TOML
15 lines
398 B
TOML
|
workspace = { members = ["vmc_rs"] }
|
||
|
[package]
|
||
|
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" }
|
||
|
rosc = "0.10.1"
|