rust_vulkan_test/crates/engine_window/Cargo.toml
Florian RICHER 0ee29a3649
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
render_plugin: Add first SubApp and default schedules
2025-05-18 18:02:54 +02:00

11 lines
237 B
TOML

[package]
name = "engine_window"
version = "0.1.0"
edition = "2024"
[dependencies]
thiserror = { workspace = true }
log = { workspace = true }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
winit = { workspace = true }