Make program module in iced_glow private
This commit is contained in:
parent
b64e875205
commit
8be1ba76d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue