Rename assets crate to asset

This commit is contained in:
reo 2025-08-17 21:23:11 +03:00
parent 3458662cfc
commit 9816f14f53
7 changed files with 4 additions and 4 deletions

View file

@ -6,5 +6,5 @@ edition = "2024"
[dependencies]
hecs = "0.10.5"
indexmap = "2.10.0"
raidillon_assets = { path = "../assets" }
raidillon_assets = { path = "../asset" }
winit = "0.30.12"