2024-04-25 17:23:24 +02:00
|
|
|
[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"
|
2024-04-25 21:40:15 +02:00
|
|
|
egui = "0.23.0"
|
|
|
|
egui-winit = "0.23.0"
|
|
|
|
egui_glow = { version = "0.23.0", features = ["winit"] }
|
|
|
|
glow = "0.12.3"
|
|
|
|
glutin = "0.30.10"
|
|
|
|
glutin-winit = "0.3.0"
|
2024-04-25 21:24:24 +02:00
|
|
|
image = "0.25.1"
|
2024-04-25 17:23:24 +02:00
|
|
|
raw-window-handle = "0.6.1"
|
2024-04-25 21:40:15 +02:00
|
|
|
winit = "0.28.7"
|