godot-live-link-face/Cargo.toml
2024-06-06 22:40:08 -06:00

12 lines
266 B
TOML

[package]
name = "godot-live-link-face"
version = "0.1.0"
edition = "2021"
[lib]
crate-type=["cdylib"]
[dependencies]
live-link-face = { git = "https://git.zhitno.st/klink/live-link-face" }
godot = { git = "https://github.com/godot-rust/gdext", rev = "2c5f8ed" }