cosmic-workspaces/src
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
..
backend backend/wayland/vulkan: Fix use of Vulkan (correctly this time) 2026-03-13 19:43:54 +01:00
view improv(view): use ellipsis for labels 2026-02-20 23:54:21 +01:00
widgets chore: Rust 2024 and update dependencies 2025-09-11 14:03:30 -07:00
dbus.rs dbus: Add methods to show or hide 2025-09-22 14:41:29 -07:00
desktop_info.rs improv(view): make workspace item sizing more dynamic 2025-04-16 18:25:04 -07:00
dnd.rs chore: Rust 2024 and update dependencies 2025-09-11 14:03:30 -07:00
localize.rs chore: Rust 2024 and update dependencies 2025-09-11 14:03:30 -07:00
main.rs chore: clippy 2026-02-20 23:54:21 +01:00
utils.rs Update rustix to 1.x 2025-06-12 13:02:54 -07:00