Skip to content

Commit

Permalink
Remove vulkano-win dependency from examples (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored May 18, 2023
1 parent 1bf682d commit 08c245d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ vulkano-shaders = { path = "../vulkano-shaders" }
# The Vulkan library doesn't provide any functionality to create and handle windows, as
# this would be out of scope. In order to open a window, we are going to use the `winit` crate.
winit = "0.28"
# The `vulkano_win` crate is the link between `vulkano` and `winit`. Vulkano doesn't know about winit,
# and winit doesn't know about vulkano, so import a crate that will provide a link between the two.
vulkano-win = { path = "../vulkano-win" }
vulkano-util = { path = "../vulkano-util" }

cgmath = "0.18"
Expand Down

0 comments on commit 08c245d

Please sign in to comment.