mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Implement texture atlas building
This commit is contained in:
parent
5ec0ad0da4
commit
45801205dc
17 changed files with 558 additions and 60 deletions
|
|
@ -24,6 +24,9 @@ env_logger = "0.10.0"
|
|||
zstd = "0.12.3"
|
||||
clap = { version = "4.2.2", features = ["derive"] }
|
||||
directories = "5.0.0"
|
||||
texture_packer = "0.25.0"
|
||||
walkdir = "2.3.3"
|
||||
image = "0.24.6"
|
||||
|
||||
[dependencies.s2dc]
|
||||
#git = "https://github.com/crumblingstatue/s2dc.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue