glutin

Module prelude

Source
Expand description

The glutin prelude.

The purpose of this module is to make accessing common imports more convenient. The prelude also imports traits shared by the implementations of graphics apis.

use glutin::prelude::*;

Re-exports§