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

@ -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" }