radarmp/mp/Cargo.toml
2024-11-07 21:21:01 +08:00

10 lines
264 B
TOML

[package]
name = "mp"
version = "0.1.0"
edition = "2021"
[dependencies]
makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik", version = "0.6.0" }
# makepad-widgets = { path = "/Users/tsuki/projects/makepad/widgets", version = "0.6.0" }