mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Only depends on i-slint-backend-linuxkms on linux, even if the feature is enabled
This allows to simplify the npm build as well
This commit is contained in:
parent
c29314b2a8
commit
83adb467c0
4 changed files with 11 additions and 15 deletions
|
@ -22,8 +22,7 @@ crate-type = ["cdylib"]
|
|||
[features]
|
||||
default = ["backend-winit", "renderer-femtovg", "backend-qt", "accessibility"]
|
||||
# Keep in sync with features in nightly_snapshot.yaml, cpp_package.yaml, and slint_tool_binary.yaml
|
||||
# binaries: default = ["backend-winit", "renderer-femtovg", "renderer-skia", "accessibility"]
|
||||
# binaries-linux: default = ["backend-linuxkms-noseat", "backend-winit", "renderer-femtovg", "renderer-skia", "accessibility"]
|
||||
# binaries: default = ["backend-linuxkms-noseat", "backend-winit", "renderer-femtovg", "renderer-skia", "accessibility"]
|
||||
|
||||
backend-qt = ["slint-interpreter/backend-qt"]
|
||||
backend-winit = ["slint-interpreter/backend-winit"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue