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

@ -5,11 +5,12 @@ edition = "2021"
[dependencies]
comet_log = { path = "../comet_log" }
wgpu = { version = "22.0", features = ["spirv"] }
wgpu = { version = "22.0", features = ["glsl", "wgsl", "naga-ir"] }
anyhow = "1.0"
bytemuck = { version = "1.16", features = [ "derive" ] }
ab_glyph = "0.2.29"
chrono = "0.4.40"
rect_packer = "0.2.1"
[dependencies.image]
version = "0.24"