From 2c1a5581b40d046e378a3dc2b846cbc0374bcda2 Mon Sep 17 00:00:00 2001 From: DotWith Date: Sun, 18 Aug 2024 16:19:36 -0400 Subject: [PATCH] update verison pt2 --- bevy_b3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bevy_b3d/Cargo.toml b/bevy_b3d/Cargo.toml index 9389c21..0f0c204 100755 --- a/bevy_b3d/Cargo.toml +++ b/bevy_b3d/Cargo.toml @@ -12,6 +12,6 @@ keywords = ["bevy"] [dependencies] bevy = { version = "0.14.1", default-features = false, features = ["bevy_asset", "bevy_pbr", "bevy_render", "bevy_scene"] } -b3d = { path = "../b3d", version = "0.1.7" } +b3d = { path = "../b3d", version = "0.1.9" } thiserror = "1.0.63" anyhow = "1.0.86"