Make program module in iced_glow private

This commit is contained in:
Héctor Ramón Jiménez 2021-11-05 17:08:35 +07:00
parent b64e875205
commit 8be1ba76d8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

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;
pub mod program;
mod program;
mod quad;
mod text;
mod triangle;