How to use slint::platform::set_platform with all built-in backend disabled? #7051
Answered
by
ultimaweapon
ultimaweapon
asked this question in
Q&A
-
I was tried to build Slint without any backend like the following: [dependencies.slint]
version = "=1.8.0"
features = ["compat-1-2", "raw-window-handle-06", "std"]
default-features = false The above configurations cause
What I want to achieve is using winit together with Slint so I'm thinking to provide a custom |
Beta Was this translation helpful? Give feedback.
Answered by
ultimaweapon
Dec 11, 2024
Replies: 1 comment 1 reply
-
The error is in the softbuffer |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found out this error actually came from
i-slint-renderer-skia
, notslint
. Enable eitherwayland
orx11
on its fixes the issue.