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:
Olivier Goffart 2023-10-09 10:32:52 +02:00 committed by Olivier Goffart
parent 414a9e85e7
commit b88a3caacd
12 changed files with 81 additions and 33 deletions

View file

@ -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