Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m49s
12 lines
271 B
TOML
12 lines
271 B
TOML
[package]
|
|
name = "engine_window"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
log = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
bevy_app = { workspace = true }
|
|
bevy_ecs = { workspace = true }
|
|
winit = { workspace = true }
|