-
Is there a way I can force Slint to use GL backend(instead of including both - qt and gl include only gl, to make binary size smaller)? |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Apr 27, 2022
Replies: 1 comment
-
With features flags. In Cargo.toml it would look like
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
drtheodor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With features flags. In Cargo.toml it would look like