19 lines
416 B
TOML
19 lines
416 B
TOML
[package]
|
|
name = "mgq-fighter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bevy_ecs = "0.13.2"
|
|
cgmath = "0.18.0"
|
|
egui = "0.27.2"
|
|
egui-winit = "0.27.2"
|
|
egui_glow = { version = "0.27.2", features = ["winit"] }
|
|
glow = "0.13.1"
|
|
glutin = "0.31.3"
|
|
glutin-winit = "0.4.2"
|
|
raw-window-handle = "0.6.1"
|
|
winit = "0.29.15"
|