makepad/examples/automate/Cargo.toml
Admin 8fce54a7a8 Land the house Art-Net/DMX desk from rik2.
libs/show_control plus the automate example. Not Arcade gameplay.
2026-08-18 14:23:59 +02:00

12 lines
438 B
TOML

[package]
name = "makepad-example-automate"
version = "1.0.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Home automation MIDI + DMX controller dashboard example"
license = "MIT OR Apache-2.0"
[dependencies]
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
makepad-micro-serde = { path = "../../libs/micro_serde", version = "1.0.0" }
makepad-show-control = { path = "../../libs/show_control" }