Write documentation for iced_glutin
This commit is contained in:
parent
ef28347f1c
commit
4aa0d7a13a
4 changed files with 23 additions and 7 deletions
|
|
@ -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`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue