Blacksite/crates/ui_gallery/Cargo.toml
Rbanh 53dc1e44d8
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
feat: add production UI gallery and inspector system
2026-07-18 12:05:26 -04:00

17 lines
461 B
TOML

[package]
name = "ui_gallery"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Focused Blacksite editor UI gallery and Penpot comparison harness"
[dependencies]
eframe.workspace = true
editor_ui.workspace = true
egui.workspace = true
egui_phosphor_icons.workspace = true
image = { version = "0.25", default-features = false, features = ["png"] }
material_schema.workspace = true
serde.workspace = true
serde_json = "1"