Skip to content

Commit

Permalink
Task graph [4/10]: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Aug 29, 2024
1 parent b2a93d3 commit 6d3b6fc
Show file tree
Hide file tree
Showing 11 changed files with 3,766 additions and 2,341 deletions.
11 changes: 3 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ path = "vulkano-macros"
version = "0.34"
path = "vulkano-shaders"

[workspace.dependencies.vulkano-taskgraph]
version = "0.34"
path = "vulkano-taskgraph"

[workspace.dependencies.vulkano-util]
version = "0.34"
path = "vulkano-util"
Expand All @@ -42,7 +46,7 @@ ahash = "0.8"
# https://github.com/KhronosGroup/Vulkan-Headers/commits/main/registry/vk.xml
ash = "0.38.0"
bytemuck = "1.9"
concurrent-slotmap = { git = "https://github.com/vulkano-rs/concurrent-slotmap", rev = "bf52f0a55713bb29dde3e38bc3497b03473d1628" }
concurrent-slotmap = { git = "https://github.com/vulkano-rs/concurrent-slotmap", rev = "fa906d916d8d126d3cc3a2b4ab9a29fa27bee62d" }
core-graphics-types = "0.1"
crossbeam-queue = "0.3"
half = "2.0"
Expand Down
1 change: 1 addition & 0 deletions examples/async-update/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ glam = { workspace = true }
rand = { workspace = true }
vulkano = { workspace = true, features = ["macros"] }
vulkano-shaders = { workspace = true }
vulkano-taskgraph = { workspace = true }
winit = { workspace = true, default-features = true }
Loading

0 comments on commit 6d3b6fc

Please sign in to comment.