internal cleanup: Remove the use of ComponentWindow in the interpreter

This commit is contained in:
Simon Hausmann 2021-07-21 16:39:25 +02:00 committed by Simon Hausmann
parent ef184f7f1a
commit 1c285694d7
11 changed files with 45 additions and 50 deletions

View file

@ -254,7 +254,7 @@ pub mod re_exports {
/// Creates a new window to render components in.
#[doc(hidden)]
pub fn create_window() -> re_exports::ComponentWindow {
sixtyfps_rendering_backend_default::backend().create_window()
sixtyfps_rendering_backend_default::backend().create_window().into()
}
/// Enters the main event loop. This is necessary in order to receive