Add integration_gl example

This commit is contained in:
Tamás Szelei 2020-11-15 23:51:13 +01:00 committed by Héctor Ramón Jiménez
parent 187413b452
commit a646b11109
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
7 changed files with 410 additions and 2 deletions

View file

@ -4,14 +4,14 @@
//!
//! [`glow`]: https://github.com/grovesNL/glow
//! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native
#![deny(missing_docs)]
//#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(rust_2018_idioms)]
#![cfg_attr(docsrs, feature(doc_cfg))]
mod backend;
mod program;
pub mod program;
mod quad;
mod text;
mod triangle;