mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
feat(texture_atlas): reworked the texture atlas creation
This commit is contained in:
parent
676b1dcb18
commit
bdf33f2714
5 changed files with 274 additions and 263 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue