summaryrefslogtreecommitdiffstats
path: root/glow
diff options
context:
space:
mode:
authorLibravatar Tamás Szelei <szelei.t@gmail.com>2020-11-15 23:51:13 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-13 20:10:39 +0700
commita646b11109aa451614d3fdf688e600aa48b87a56 (patch)
tree679ae665e641bcd1a5b311441b3370269d0349a1 /glow
parent187413b4521bc13e270919b2bc101b83d8397956 (diff)
downloadiced-a646b11109aa451614d3fdf688e600aa48b87a56.tar.gz
iced-a646b11109aa451614d3fdf688e600aa48b87a56.tar.bz2
iced-a646b11109aa451614d3fdf688e600aa48b87a56.zip
Add integration_gl example
Diffstat (limited to 'glow')
-rw-r--r--glow/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/glow/src/lib.rs b/glow/src/lib.rs
index 98faf24c..888492d8 100644
--- a/glow/src/lib.rs
+++ b/glow/src/lib.rs
@@ -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;