1
0
Fork 0
forked from wry/wry

render: make vulkan the default API

This commit is contained in:
Julian Orth 2024-10-02 16:12:01 +02:00
parent 074c9f54a0
commit e5ca68a2ad
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
- Various bugfixes.
- Tiles and workspaces can now be dragged with the mouse.
- Vulkan is now the default renderer.
# 1.6.0 (2024-09-25)

View file

@ -234,7 +234,7 @@ fn start_compositor2(
render_ctx_watchers: Default::default(),
workspace_watchers: Default::default(),
default_workspace_capture: Cell::new(true),
default_gfx_api: Cell::new(GfxApi::OpenGl),
default_gfx_api: Cell::new(GfxApi::Vulkan),
activation_tokens: Default::default(),
toplevel_lists: Default::default(),
dma_buf_ids: Default::default(),