desk-x-egui-plugin 0.0.0

The application platform for your cyberpunk desk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "desk-x-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-x-theme", version = "0.0.0", package = "desk-x-theme" }

bevy = "0.7"
ron = "0.7"
bevy_egui = "0.14"