Blacksite/crates/editor_ui/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

13 lines
334 B
TOML

[package]
name = "editor_ui"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Lightweight production egui components and design system for Blacksite editor surfaces"
[dependencies]
bevy_math = "0.19"
egui.workspace = true
egui_phosphor_icons.workspace = true
material_schema.workspace = true