mirror of https://github.com/Leinnan/rpack.git
Dep update
This commit is contained in:
parent
083b59ed7b
commit
fd32d1eccb
|
|
@ -16,6 +16,7 @@ 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 }
|
||||
|
|
@ -23,4 +24,3 @@ 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"
|
||||
Loading…
Reference in New Issue