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:
Olivier Goffart 2023-02-16 09:40:44 +01:00 committed by GitHub
parent 361526fb33
commit 8450e01a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 25 additions and 28 deletions

View file

@ -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]