[package] name = "desk-egui-plugin" version = "0.0.0" license = "MIT OR Apache-2.0" description = "The application platform for your cyberpunk desk" homepage = "https://github.com/Hihaheho/Desk" repository = "https://github.com/Hihaheho/Desk" readme = "../../../README.md" edition = "2021" [dependencies] theme = { path = "../../components/desk-theme", version = "0.0.0", package = "desk-theme" } bevy = "0.7" ron = "0.7" bevy_egui = "0.14"