feat(texture_atlas): reworked the texture atlas creation

This commit is contained in:
lisk77 2025-11-04 01:27:40 +01:00
parent 676b1dcb18
commit bdf33f2714
5 changed files with 274 additions and 263 deletions

View file

@ -16,4 +16,4 @@ wgpu = { version = "22.0", features = ["glsl", "wgsl", "naga-ir"]}
winit = { version = "0.29", features = ["rwh_05"] }
chrono = "0.4.40"
pollster = "0.3"
image = "0.24"
image = "0.24"