mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-23 15:24:25 +00:00
Remove the gl-interop example from the workspace
This commit is contained in:
parent
dc871fb0f7
commit
1da590f6a1
1138
Cargo.lock
generated
1138
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,6 +8,9 @@ members = [
|
||||
"vulkano-util",
|
||||
# "vulkano-win",
|
||||
]
|
||||
# NOTE(Marc): Linux CI is failing because of a transitive dependency of the old winit that this
|
||||
# example depends on. I don't know how to update glium to the new version.
|
||||
exclude = ["examples/gl-interop"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
|
Loading…
Reference in New Issue
Block a user