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. |
||
|---|---|---|
| .. | ||
| backend | ||
| view | ||
| widgets | ||
| dbus.rs | ||
| desktop_info.rs | ||
| dnd.rs | ||
| localize.rs | ||
| main.rs | ||
| utils.rs | ||