Remove ECS pattern: Split into new repo
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 6m2s

This commit is contained in:
Florian RICHER 2025-05-25 18:55:58 +02:00
parent d232706f68
commit f486486be3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
32 changed files with 23 additions and 1823 deletions

View file

@ -5,11 +5,7 @@ edition = "2024"
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
[workspace]
resolver = "2"
members = ["crates/*"]
[workspace.dependencies]
[dependencies]
anyhow = "1.0"
thiserror = "2.0"
winit = { version = "0.30", features = ["rwh_06"] }
@ -20,28 +16,7 @@ vulkano-shaders = "0.35"
# Math
glam = { version = "0.30" }
# ECS
bevy_ecs = "0.16"
bevy_app = "0.16"
# Log and tracing
log = "0.4"
env_logger = "0.11"
engine_vulkan = { path = "crates/engine_vulkan" }
engine_window = { path = "crates/engine_window" }
engine_render = { path = "crates/engine_render" }
[dependencies]
log = { workspace = true }
env_logger = { workspace = true }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
winit = { workspace = true }
vulkano = { workspace = true }
vulkano-shaders = { workspace = true }
glam = { workspace = true }
engine_vulkan = { workspace = true }
engine_window = { workspace = true }
engine_render = { workspace = true }