Make new texture
module private for now
This commit is contained in:
parent
6cb7fb6d52
commit
deedf6e8b6
@ -19,14 +19,13 @@
|
||||
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs
|
||||
//! [WebGPU API]: https://gpuweb.github.io/gpuweb/
|
||||
//! [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph
|
||||
//#![deny(missing_docs)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
pub mod defaults;
|
||||
pub mod settings;
|
||||
pub mod texture;
|
||||
pub mod triangle;
|
||||
pub mod widget;
|
||||
pub mod window;
|
||||
@ -37,6 +36,7 @@ mod quad;
|
||||
mod renderer;
|
||||
mod target;
|
||||
mod text;
|
||||
mod texture;
|
||||
mod transformation;
|
||||
mod viewport;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user