Skip to content

Commit d04f9c6

Browse files
committed
Support vulkano 0.34
1 parent d3c03ae commit d04f9c6

File tree

4 files changed

+148
-114
lines changed

4 files changed

+148
-114
lines changed

Cargo.lock

Lines changed: 15 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

obj-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ serde = { version = "1.0", features = ["derive"], optional = true }
3333
glium = { version = ">=0.26.0, <0.37.0", default-features = false, optional = true }
3434

3535
# Optional vulkano support
36-
vulkano = { version = ">=0.19.0, <0.34.0", optional = true }
36+
vulkano = { version = ">=0.19.0, <0.35.0", optional = true }
3737
bytemuck = { version = "1", optional = true }

sampleapp-vulkano/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ repository.workspace = true
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
vulkano = "0.33"
14-
vulkano-win = "0.33"
15-
vulkano-shaders = "0.33"
13+
vulkano = "0.34"
14+
vulkano-shaders = "0.34"
1615
winit = "0.28"
1716
nalgebra = "0.32"
1817

0 commit comments

Comments
 (0)