Module winit::platform::web[][src]

Expand description

The web target does not automatically insert the canvas element object into the web page, to allow end users to determine how the page should be laid out. Use the WindowExtWebSys trait to retrieve the canvas from the Window. Alternatively, use the WindowBuilderExtWebSys trait to provide your own canvas.

Traits