New crate: raidillon_app, refactor game/main.rs to use the new crate
This commit is contained in:
parent
82f3b27732
commit
47c3b2b111
12 changed files with 140 additions and 96 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
|
@ -2091,6 +2091,19 @@ version = "5.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_app"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"raidillon_assets",
|
||||
"raidillon_core",
|
||||
"raidillon_ecs",
|
||||
"raidillon_engine",
|
||||
"raidillon_glium",
|
||||
"raidillon_physics",
|
||||
"raidillon_platform",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_assets"
|
||||
version = "0.1.0"
|
||||
|
|
@ -2137,13 +2150,7 @@ dependencies = [
|
|||
"egui",
|
||||
"glam 0.30.9",
|
||||
"hecs",
|
||||
"raidillon_assets",
|
||||
"raidillon_core",
|
||||
"raidillon_ecs",
|
||||
"raidillon_engine",
|
||||
"raidillon_glium",
|
||||
"raidillon_physics",
|
||||
"raidillon_platform",
|
||||
"raidillon_app",
|
||||
"rapier3d",
|
||||
"winit",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue