Remove the gl-interop example from the workspace

This commit is contained in:
marc0246 2024-10-16 03:28:49 +02:00
parent dc871fb0f7
commit 1da590f6a1
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684
2 changed files with 93 additions and 1048 deletions

1138
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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]