Use window::run in editor example

This commit is contained in:
Héctor Ramón Jiménez 2025-11-20 00:39:52 +01:00
parent bbba0942f8
commit c9830b4a9b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 315 additions and 470 deletions

View file

@ -647,6 +647,7 @@ pub use font::Font;
pub use program::Program;
pub use renderer::Renderer;
pub use task::Task;
pub use window::Window;
#[doc(inline)]
pub use application::application;