Dep update

This commit is contained in:
Piotr Siuszko 2025-01-13 22:00:10 +01:00
parent 083b59ed7b
commit fd32d1eccb
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
texture_packer = { version = "0.29", features = ["common"] }
image = { version = "0.25", features = ["jpeg", "png"] }
thiserror = "2"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
clap = { version = "4", features = ["derive"], optional = true }
basis-universal = { version = "0.3.1", optional = true }
image_dds = { version = "0.6.2", optional = true }
glob = { version = "0.3", optional = true }
anyhow = "1"
thiserror = "2"
anyhow = "1"