mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Rename the compat-0-2-0 feature to compat-0.3.0
But keep a compat-0-2-0 fome compatibility anyway
This commit is contained in:
parent
9d0e90c5b1
commit
15fa69ef55
14 changed files with 26 additions and 22 deletions
|
@ -40,7 +40,7 @@ default = ["eventloop-winit", "renderer-femtovg", "backend-qt"]
|
|||
i-slint-backend-selector = { version = "=0.3.0", path="../../internal/backends/selector" }
|
||||
i-slint-backend-testing = { version = "=0.3.0", path="../../internal/backends/testing", optional = true }
|
||||
i-slint-core = { version = "=0.3.0", path="../../internal/core", features = ["ffi"] }
|
||||
slint-interpreter = { version = "=0.3.0", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-0-2-0"], optional = true }
|
||||
slint-interpreter = { version = "=0.3.0", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-0.3.0"], optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue