Write documentation for iced_glutin

This commit is contained in:
Héctor Ramón Jiménez 2020-05-28 02:57:03 +02:00
parent ef28347f1c
commit 4aa0d7a13a
4 changed files with 23 additions and 7 deletions

View file

@ -5,7 +5,7 @@ mod state;
pub use state::State;
/// An interactive, native cross-platform program.
/// The core of a user interface application following The Elm Architecture.
pub trait Program: Sized {
/// The graphics backend to use to draw the [`Program`].
///