mirror of https://github.com/Leinnan/rpack.git
Dep update
This commit is contained in:
parent
083b59ed7b
commit
fd32d1eccb
|
|
@ -16,11 +16,11 @@ serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
texture_packer = { version = "0.29", features = ["common"] }
|
texture_packer = { version = "0.29", features = ["common"] }
|
||||||
image = { version = "0.25", features = ["jpeg", "png"] }
|
image = { version = "0.25", features = ["jpeg", "png"] }
|
||||||
|
thiserror = "2"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
clap = { version = "4", features = ["derive"], optional = true }
|
clap = { version = "4", features = ["derive"], optional = true }
|
||||||
basis-universal = { version = "0.3.1", optional = true }
|
basis-universal = { version = "0.3.1", optional = true }
|
||||||
image_dds = { version = "0.6.2", optional = true }
|
image_dds = { version = "0.6.2", optional = true }
|
||||||
glob = { version = "0.3", optional = true }
|
glob = { version = "0.3", optional = true }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
thiserror = "2"
|
|
||||||
Loading…
Reference in New Issue