wasm-interpreter: Disable the backend-qt feature

We don't need to compile cpp, qttypes, and all such dependencies to only
have the qt backend's buildscript ignore the qt compilation error and
fallback to the dummy no_qt backend.
This commit is contained in:
Olivier Goffart 2022-05-05 09:46:30 +02:00
parent bc0f878799
commit 4165065fa4

View file

@ -16,7 +16,7 @@ homepage = "https://slint-ui.com"
crate-type = ["cdylib"]
[dependencies]
slint-interpreter = { path = "../../internal/interpreter" }
slint-interpreter = { path = "../../internal/interpreter", default-features = false, features = ["std", "backend-gl-all", "compat-0-2-0"] }
vtable = { version = "0.1.6", path="../../helper_crates/vtable" }