Skip to content

Commit

Permalink
Release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hakolao committed Dec 15, 2023
1 parent ec3757e commit cccf393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand All @@ -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"
Expand Down

0 comments on commit cccf393

Please sign in to comment.