parent
b5d842f877
commit
1bc69e7a8a
@ -9,7 +9,6 @@
|
|||||||
#![forbid(rust_2018_idioms)]
|
#![forbid(rust_2018_idioms)]
|
||||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
mod antialiasing;
|
mod antialiasing;
|
||||||
mod defaults;
|
|
||||||
mod primitive;
|
mod primitive;
|
||||||
mod renderer;
|
mod renderer;
|
||||||
mod transformation;
|
mod transformation;
|
||||||
@ -17,6 +16,7 @@ mod viewport;
|
|||||||
mod widget;
|
mod widget;
|
||||||
|
|
||||||
pub mod backend;
|
pub mod backend;
|
||||||
|
pub mod defaults;
|
||||||
pub mod font;
|
pub mod font;
|
||||||
pub mod layer;
|
pub mod layer;
|
||||||
pub mod triangle;
|
pub mod triangle;
|
||||||
|
Loading…
Reference in New Issue
Block a user