Module vizia_winit::application
source · Structs§
- Creating a new application creates a root
Window
and aContext
. Views declared within the closure passed toApplication::new()
are added to the context and rendered into the root window.