Skip to content

Commit 5374642

Browse files
committed
use taskgraph in triangle example
1 parent 0551bb2 commit 5374642

3 files changed

Lines changed: 364 additions & 440 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/triangle/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ doc = false
1616
vulkano = { workspace = true, default-features = true }
1717
# Provides the `shader!` macro that is used to generate code for using shaders.
1818
vulkano-shaders = { workspace = true }
19+
vulkano-taskgraph = { workspace = true }
1920
# The Vulkan library doesn't provide any functionality to create and handle windows, as
2021
# this would be out of scope. In order to open a window, we are going to use the `winit` crate.
2122
winit = { workspace = true, default-features = true }

0 commit comments

Comments
 (0)