Implement texture atlas building

This commit is contained in:
crumblingstatue 2023-04-15 19:26:36 +02:00
parent 5ec0ad0da4
commit 45801205dc
17 changed files with 558 additions and 60 deletions

View file

@ -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"