mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Change the name of the compat feature (#2230)
And remove the compat-0-2-0 and compat-0-3-0 features
This commit is contained in:
parent
361526fb33
commit
8450e01a3f
18 changed files with 25 additions and 28 deletions
|
@ -19,7 +19,7 @@ crate-type = ["cdylib"]
|
|||
highlight = ["slint-interpreter/highlight"]
|
||||
|
||||
[dependencies]
|
||||
slint-interpreter = { path = "../../internal/interpreter", default-features = false, features = ["std", "backend-winit", "renderer-winit-femtovg", "compat-0-3-0"] }
|
||||
slint-interpreter = { path = "../../internal/interpreter", default-features = false, features = ["std", "backend-winit", "renderer-winit-femtovg", "compat-1-0"] }
|
||||
|
||||
vtable = { version = "0.1.6", path="../../helper_crates/vtable" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue