mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
swrenderer: Put the rotation feature behind a freature gate
We're not ready to make the API public as we want to have the API as part of the Window rather than part of the renderer
This commit is contained in:
parent
414a9e85e7
commit
b88a3caacd
12 changed files with 81 additions and 33 deletions
|
|
@ -861,7 +861,7 @@ macro_rules! declare_features {
|
|||
};
|
||||
}
|
||||
|
||||
declare_features! {interpreter backend_qt freestanding renderer_software renderer_skia}
|
||||
declare_features! {interpreter backend_qt freestanding renderer_software renderer_skia experimental}
|
||||
|
||||
/// Generate the headers.
|
||||
/// `root_dir` is the root directory of the slint git repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue