Skip to content

Commit

Permalink
update image_dds
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Dec 24, 2023
1 parent ff52c5f commit 0c64c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xc3_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
xc3_write = { version = "0.2.0", path = "../xc3_write" }
image_dds = { git = "https://github.com/ScanMountGoat/image_dds", rev = "9d7193c", default_features = false, features = ["ddsfile", "image" ] }
image_dds = { version = "0.4.0", default_features = false, features = ["ddsfile", "image" ] }
binrw = "0.11.2"
flate2 = "1.0"
zune-inflate = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion xc3_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ glam = { version = "0.24.0", features = ["bytemuck"] }
gltf = { version = "=1.3.0", features = ["extras"] }
gltf-json = "=1.3.0"
binrw = "0.11.2"
image_dds = { git = "https://github.com/ScanMountGoat/image_dds", rev = "9d7193c" }
image_dds = "0.4.0"
rayon = "1.7.0"
log = "0.4.19"
ordered-float = "4.1.1"
Expand Down
2 changes: 1 addition & 1 deletion xc3_tex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
xc3_lib = { path = "../xc3_lib" }
image_dds = { git = "https://github.com/ScanMountGoat/image_dds", rev = "9d7193c" }
image_dds = "0.4.0"
clap = { version = "4.2.7", features = ["derive"] }

0 comments on commit 0c64c0a

Please sign in to comment.