From cccf393a3620aac4112a4e09de476d7127ba2491 Mon Sep 17 00:00:00 2001 From: Okko Hakola Date: Fri, 15 Dec 2023 10:11:23 +0200 Subject: [PATCH] Release 0.14 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 703d8c0..7a28700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "bevy_vulkano" readme = "README.md" repository = "https://github.com/hakolao/bevy_vulkano" -version = "0.13.0" +version = "0.14.0" [features] default = [] @@ -19,7 +19,7 @@ clipboard = ["gui", "egui_winit_vulkano/clipboard"] [dependencies] approx = "0.5.1" -egui_winit_vulkano = { version = "0.26", optional = true, default_features = false, features = [] } +egui_winit_vulkano = { version = "0.27", optional = true, default_features = false, features = [] } image = "0.24.7" raw-window-handle = "0.5" vulkano = "0.34"