Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WV6BzHQiJEvvK9EPc1d4ks
10 lines
312 B
TOML
10 lines
312 B
TOML
[package]
|
|
name = "makepad-show-control"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "House Art-Net / DMX patch and video-reactive lighting desk"
|
|
|
|
[dependencies]
|
|
makepad-micro-serde = { path = "../micro_serde", version = "1.0.0" }
|
|
makepad-platform = { path = "../../platform" }
|