No description
Find a file
Ian Douglas Scott a990c89758 backend/wayland/vulkan: Fix use of Vulkan (correctly this time)
It seems https://github.com/pop-os/cosmic-workspaces-epoch/pull/280 was
just wrong. I didn't test it correctly, and it actually prevented
crashes simply because the Vulkan instance failed to create.

This failed because it's a device extension, not an instance extension
(and we already check for the device extension).

The *real* issue seems to be simply the fact this was using the
`Instance` after dropping the `Entry`. Which is easy enough to address.
2026-03-13 19:43:54 +01:00
.github Add pull request template 2026-02-13 12:35:27 -07:00
data Update com.system76.CosmicWorkspaces.desktop 2026-02-12 15:44:29 +02:00
debian refactor: single instance 2023-11-21 19:26:12 -05:00
i18n i18n: translation updates from weblate 2026-03-07 15:11:41 +01:00
src backend/wayland/vulkan: Fix use of Vulkan (correctly this time) 2026-03-13 19:43:54 +01:00
.gitignore chore: Rust 2024 and update dependencies 2025-09-11 14:03:30 -07:00
Cargo.lock improv(view): use ellipsis for labels 2026-02-20 23:54:21 +01:00
Cargo.toml chore: update dependencies 2026-02-20 23:54:21 +01:00
i18n.toml Add i18n support 2023-12-26 13:40:38 -08:00
LICENSE Add LICENSE 2023-01-06 19:06:48 -08:00
Makefile fix(interface): align closer to designs 2025-01-15 11:49:54 -08:00
rustfmt.toml Format imports 2024-04-24 13:00:40 -07:00