From 59936bbb953858dafba59a632911ebebabc810e4 Mon Sep 17 00:00:00 2001 From: Kayh Date: Fri, 15 Mar 2024 13:07:49 -0400 Subject: [PATCH] bump 0.0.11 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 124f298..9309a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "bevy_example" -version = "0.0.10" +version = "0.0.11" dependencies = [ "bevy", "bevy_egui", @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "bevy_gltf_kun" -version = "0.0.10" +version = "0.0.11" dependencies = [ "bevy", "bevy_xpbd_3d", @@ -2296,7 +2296,7 @@ dependencies = [ [[package]] name = "gltf_kun" -version = "0.0.10" +version = "0.0.11" dependencies = [ "base64 0.22.0", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 26e9349..91f05ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,14 @@ resolver = "2" members = ["bevy_gltf_kun", "bevy_example", "gltf_kun"] [workspace.package] -version = "0.0.10" +version = "0.0.11" license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/gltf_kun" edition = "2021" [workspace.dependencies] glam = "0.25.0" -gltf_kun = { path = "gltf_kun", version = "0.0.10" } +gltf_kun = { path = "gltf_kun", version = "0.0.11" } petgraph = { version = "0.6.4", default-features = false, features = ["stable_graph"] } serde_json = "1.0.110" thiserror = "1.0.56"