Skip to content

Commit

Permalink
Skia: Don't use Vulkan by default also on linuxkms
Browse files Browse the repository at this point in the history
Amends ac53049
  • Loading branch information
tronical committed May 7, 2024
1 parent ebc4a14 commit b007525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backends/linuxkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
path = "lib.rs"

[features]
renderer-skia = ["renderer-skia-vulkan", "renderer-skia-opengl"]
renderer-skia = ["renderer-skia-opengl"]
renderer-skia-vulkan = ["i-slint-renderer-skia/vulkan", "vulkano"]
renderer-skia-opengl = ["i-slint-renderer-skia/opengl", "drm", "gbm", "gbm-sys", "glutin", "raw-window-handle"]
renderer-femtovg = ["i-slint-renderer-femtovg", "drm", "gbm", "gbm-sys", "glutin", "raw-window-handle"]
Expand Down

0 comments on commit b007525

Please sign in to comment.