13 lines
334 B
TOML
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
|