Skip to content

Commit

Permalink
Update vulkano and others (#10)
Browse files Browse the repository at this point in the history
* Update libts in cargo toml

* Fix examples & remove one

* Run clippy

* Increment version to 0.8.0

* Update lock file
  • Loading branch information
hakolao authored Nov 11, 2022
1 parent 641849e commit e071feb
Show file tree
Hide file tree
Showing 21 changed files with 377 additions and 1,207 deletions.
522 changes: 251 additions & 271 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_vulkano"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Okko Hakola <okkohakola@gmail.com>"]
description = "Vulkano Backend for Bevy"
Expand All @@ -19,12 +19,12 @@ clipboard = ["gui", "egui_winit_vulkano/clipboard"]
gui = ["egui_winit_vulkano"]

[dependencies]
vulkano = "0.31.0"
vulkano-util = "0.31.0"
vulkano-shaders = "0.31.0"
egui_winit_vulkano = { version = "0.20.0", optional = true, default_features = false, features = [] }
vulkano = "0.32"
vulkano-util = "0.32"
vulkano-shaders = "0.32"
egui_winit_vulkano = { version = "0.21.0", optional = true, default_features = false, features = [] }
winit = "0.27"
image = "0.24.3"
image = "0.24.4"
approx = "0.5.1"
raw-window-handle = "0.5"

Expand All @@ -34,7 +34,7 @@ default-features = false
features = []

[dev-dependencies]
anyhow = "1.0.40"
rand = "0.8.4"
bytemuck = "1.8.0"
anyhow = "1.0.66"
rand = "0.8.5"
bytemuck = "1.12.3"

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ This library re-exports `egui_winit_vulkano`.

## Examples:
```bash
cargo run --example circle --features example_has_gui
cargo run --example circle
cargo run --example multi_window_gui --features example_has_gui
cargo run --example windowless_compute
cargo run --example game_of_life
Expand Down
59 changes: 0 additions & 59 deletions examples/circle/main.rs

This file was deleted.

129 changes: 0 additions & 129 deletions examples/circle/pipelines/circle_draw_pipeline.rs

This file was deleted.

100 changes: 0 additions & 100 deletions examples/circle/pipelines/mod.rs

This file was deleted.

Loading

0 comments on commit e071feb

Please sign in to comment.