mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +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
|
|
@ -43,7 +43,7 @@ i-slint-backend-selector = { version = "=1.0.0", path="../../internal/backends/s
|
|||
i-slint-backend-testing = { version = "=1.0.0", path="../../internal/backends/testing", optional = true }
|
||||
i-slint-renderer-skia = { version = "=1.0.0", path="../../internal/renderers/skia", optional = true, features = ["x11", "wayland"] }
|
||||
i-slint-core = { version = "=1.0.0", path="../../internal/core", features = ["ffi"] }
|
||||
slint-interpreter = { version = "=1.0.0", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-0-3-0"], optional = true }
|
||||
slint-interpreter = { version = "=1.0.0", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-1-0"], optional = true }
|
||||
raw-window-handle = { version = "0.5", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue