diff --git a/xc3_gltf/Cargo.toml b/xc3_gltf/Cargo.toml index 846b2051..4b24b11d 100644 --- a/xc3_gltf/Cargo.toml +++ b/xc3_gltf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_gltf" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/xc3_lib/Cargo.toml b/xc3_lib/Cargo.toml index 92d79ab3..edf480cc 100644 --- a/xc3_lib/Cargo.toml +++ b/xc3_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_lib" -version = "0.11.0" +version = "0.12.0" authors = ["ScanMountGoat <>"] description = "Xenoblade Chronicles file format library" license = "MIT" @@ -10,7 +10,7 @@ readme = "../README.md" edition = "2021" [dependencies] -xc3_write = { version = "0.11.0", path = "../xc3_write" } +xc3_write = { version = "0.12.0", path = "../xc3_write" } image_dds = { version = "0.6.0", default-features = false, features = ["ddsfile"] } image = { version = "0.25.2", optional = true } binrw = "0.14.0" diff --git a/xc3_model/Cargo.toml b/xc3_model/Cargo.toml index b3153621..f3a175f0 100644 --- a/xc3_model/Cargo.toml +++ b/xc3_model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_model" -version = "0.11.0" +version = "0.12.0" authors = ["ScanMountGoat <>"] description = "High level library for xc3_lib" license = "MIT" @@ -9,7 +9,7 @@ repository = "https://github.com/ScanMountGoat/xc3_lib" edition = "2021" [dependencies] -xc3_lib = { version = "0.11.0", path = "../xc3_lib", features = ["image"] } +xc3_lib = { version = "0.12.0", path = "../xc3_lib", features = ["image"] } glam = { version = "0.28.0", features = ["bytemuck"] } gltf = { version = "=1.4.1", features = ["extras", "KHR_texture_transform"], optional = true } gltf-json = { version = "=1.4.1", optional = true } diff --git a/xc3_shader/Cargo.toml b/xc3_shader/Cargo.toml index 6aec27a8..0241b902 100644 --- a/xc3_shader/Cargo.toml +++ b/xc3_shader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_shader" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/xc3_test/Cargo.toml b/xc3_test/Cargo.toml index f051a915..ca42ee89 100644 --- a/xc3_test/Cargo.toml +++ b/xc3_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_test" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/xc3_tex/Cargo.toml b/xc3_tex/Cargo.toml index 7ebaee15..9c80ea26 100644 --- a/xc3_tex/Cargo.toml +++ b/xc3_tex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_tex" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/xc3_viewer/Cargo.toml b/xc3_viewer/Cargo.toml index 88c115bd..d300d776 100644 --- a/xc3_viewer/Cargo.toml +++ b/xc3_viewer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_viewer" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/xc3_wgpu/Cargo.toml b/xc3_wgpu/Cargo.toml index 7f5ffa71..4d45b3a1 100644 --- a/xc3_wgpu/Cargo.toml +++ b/xc3_wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_wgpu" -version = "0.11.0" +version = "0.12.0" authors = ["ScanMountGoat <>"] description = "Xenoblade Chronicles model rendering library" license = "MIT" @@ -10,8 +10,8 @@ edition = "2021" [dependencies] wgpu = "22.0.0" -xc3_model = { version = "0.11.0", path = "../xc3_model" } -xc3_lib = { version = "0.11.0", path = "../xc3_lib" } +xc3_model = { version = "0.12.0", path = "../xc3_model" } +xc3_lib = { version = "0.12.0", path = "../xc3_lib" } bytemuck = { version = "1.13", features = [ "derive" ] } glam = { version = "0.28.0", features = ["bytemuck"] } encase = { version = "0.9.0", features = ["glam"] } diff --git a/xc3_wgpu_batch/Cargo.toml b/xc3_wgpu_batch/Cargo.toml index 4ac330e9..2b77e4b4 100644 --- a/xc3_wgpu_batch/Cargo.toml +++ b/xc3_wgpu_batch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_wgpu_batch" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/xc3_write/Cargo.toml b/xc3_write/Cargo.toml index a1e0b558..15e5323b 100644 --- a/xc3_write/Cargo.toml +++ b/xc3_write/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_write" -version = "0.11.0" +version = "0.12.0" authors = ["ScanMountGoat <>"] description = "xc3_lib binary writing and layout" license = "MIT" @@ -9,7 +9,7 @@ repository = "https://github.com/ScanMountGoat/xc3_lib" edition = "2021" [dependencies] -xc3_write_derive = { version = "0.11.0", path = "../xc3_write_derive" } +xc3_write_derive = { version = "0.12.0", path = "../xc3_write_derive" } [dev-dependencies] hexlit = "0.5.5" diff --git a/xc3_write_derive/Cargo.toml b/xc3_write_derive/Cargo.toml index 0ccbaec3..477e893f 100644 --- a/xc3_write_derive/Cargo.toml +++ b/xc3_write_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xc3_write_derive" -version = "0.11.0" +version = "0.12.0" authors = ["ScanMountGoat <>"] description = "xc3_write derive macros" license = "MIT"