2023-12-30 14:03:40 +01:00
|
|
|
[package]
|
|
|
|
name = "vmc_rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2023-12-30 15:44:12 +01:00
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
|
|
|
|
|
2023-12-30 14:03:40 +01:00
|
|
|
[dependencies]
|
|
|
|
rosc = "0.10.1"
|
2023-12-30 15:44:12 +01:00
|
|
|
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
|