diff --git a/Cargo.lock b/Cargo.lock index f019868..9d92589 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "bevy_gltf_kun" -version = "0.0.5" +version = "0.0.6" dependencies = [ "bevy", "bevy_egui", @@ -2002,7 +2002,7 @@ dependencies = [ [[package]] name = "gltf_kun" -version = "0.0.5" +version = "0.0.6" dependencies = [ "byteorder", "glam 0.25.0", diff --git a/Cargo.toml b/Cargo.toml index bc31809..54b889e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["bevy_gltf_kun", "gltf_kun"] [workspace.package] -version = "0.0.5" +version = "0.0.6" license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/gltf_kun" edition = "2021" diff --git a/bevy_gltf_kun/Cargo.toml b/bevy_gltf_kun/Cargo.toml index 1cd4b48..531037b 100644 --- a/bevy_gltf_kun/Cargo.toml +++ b/bevy_gltf_kun/Cargo.toml @@ -19,7 +19,7 @@ type_complexity = "allow" [dependencies] bevy = { version = "0.12.1", default-features = false, features = ["bevy_asset", "bevy_pbr", "bevy_render", "bevy_scene"] } glam.workspace = true -gltf_kun = { version = "0.0.5", path = "../gltf_kun" } +gltf_kun = { version = "0.0.6", path = "../gltf_kun" } serde_json.workspace = true thiserror.workspace = true