Rename assets crate to asset
This commit is contained in:
parent
3458662cfc
commit
9816f14f53
7 changed files with 4 additions and 4 deletions
|
|
@ -10,6 +10,6 @@ glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_build
|
|||
gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transform"] }
|
||||
raidillon_platform = { path = "../platform" }
|
||||
raidillon_core = { path = "../core" }
|
||||
raidillon_assets = { path = "../assets" }
|
||||
raidillon_assets = { path = "../asset" }
|
||||
winit = "0.30.12"
|
||||
indexmap = "2.10.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue