Expand description
§Kobalt Runtime
Cross-platform runtime for the Kobalt UI framework.
This crate provides platform integration for:
- Desktop (via winit)
- Mobile (Android/iOS)
- Web (WASM)
Structs§
- Desktop
App - Desktop application
- Desktop
Window - Desktop window wrapper
- Event
Loop - Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
- Kobalt
App - Kobalt application builder
Enums§
- Event
- Describes a generic event.
- Window
Event - Describes an event from a [
Window].