mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
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:
parent
bc0f878799
commit
4165065fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue