mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Rename the backend feature flags
This commit is contained in:
parent
865d663352
commit
8850959a2c
19 changed files with 139 additions and 149 deletions
|
@ -16,7 +16,7 @@ homepage = "https://slint-ui.com"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
slint-interpreter = { path = "../../internal/interpreter", default-features = false, features = ["std", "eventloop-winit", "renderer-femtovg", "compat-0.3.0"] }
|
||||
slint-interpreter = { path = "../../internal/interpreter", default-features = false, features = ["std", "backend-winit", "renderer-winit-femtovg", "compat-0.3.0"] }
|
||||
|
||||
vtable = { version = "0.1.6", path="../../helper_crates/vtable" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue