[package] name = "guiduck-widget-fixture" version.workspace = true edition.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true publish = false # A widget crate's whole relationship with the framework: `guiduck-core`. It # implements `Widget` and registers the Rust side of its `.gdw` with # `guiduck_core::register_widget!` — one dependency, no facade, no interpreter, # no build script. (guiduck-scene is only for the `Brush` in this widget's own # state; a widget that used no scene types would need guiduck-core alone.) [dependencies] guiduck-core = { workspace = true } guiduck-scene = { workspace = true }