Expand description
The stock host: winit on native, the canvas WebGPU host on wasm.
An application depends on this crate instead of picking an embedder and
repeating target-cfg dependencies. DefaultEmbedder::run is the same
closure on both.
Structs§
- Default
Embedder - Runs the application on this target’s host.
- Implicit
View Config - Configuration for the implicit view created before application startup.