Continue new platform/glium implementations
- Assets, asset manager system - Rendering system trait - Kick off glium platform implementation - And more
This commit is contained in:
parent
f7d5c14caf
commit
e817abf8ab
18 changed files with 2557 additions and 32 deletions
6
raidillon_glium/Cargo.lock
generated
6
raidillon_glium/Cargo.lock
generated
|
|
@ -1225,6 +1225,10 @@ version = "5.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_core"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "raidillon_glium"
|
||||
version = "0.1.0"
|
||||
|
|
@ -1233,7 +1237,9 @@ dependencies = [
|
|||
"glam",
|
||||
"glium",
|
||||
"gltf",
|
||||
"raidillon_core",
|
||||
"raidillon_platform",
|
||||
"winit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue