wip: week of changes
This commit is contained in:
parent
03e8f34dba
commit
176ea52ab0
20 changed files with 171 additions and 47 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
|
@ -1244,11 +1244,27 @@ version = "5.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_assets"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_core"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"hecs",
|
||||
"indexmap",
|
||||
"raidillon_assets",
|
||||
"winit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_game"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"raidillon_core",
|
||||
"raidillon_glium",
|
||||
"raidillon_platform",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1259,6 +1275,8 @@ dependencies = [
|
|||
"glam",
|
||||
"glium",
|
||||
"gltf",
|
||||
"indexmap",
|
||||
"raidillon_assets",
|
||||
"raidillon_core",
|
||||
"raidillon_platform",
|
||||
"winit",
|
||||
|
|
@ -1268,6 +1286,7 @@ dependencies = [
|
|||
name = "raidillon_platform"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"raidillon_assets",
|
||||
"raidillon_core",
|
||||
"winit",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue