-
Hi, Thank in advance. slint/internal/core/software_renderer.rs Line 92 in 9bc8d20 slint/internal/core/Cargo.toml Line 38 in 9bc8d20 |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Nov 29, 2023
Replies: 1 comment 1 reply
-
Add this to your Cargo.toml i-slint-core = { version = "=1.3.1", default-features = false, features = ["software-renderer-rotation"] } But please note that by enabling this, you depend on private API that may change from one version to the next. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ierturk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to your Cargo.toml
But please note that by enabling this, you depend on private API that may change from one version to the next.