parent
b5d842f877
commit
1bc69e7a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#![forbid(rust_2018_idioms)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
mod antialiasing;
|
||||
mod defaults;
|
||||
mod primitive;
|
||||
mod renderer;
|
||||
mod transformation;
|
||||
|
|
@ -17,6 +16,7 @@ mod viewport;
|
|||
mod widget;
|
||||
|
||||
pub mod backend;
|
||||
pub mod defaults;
|
||||
pub mod font;
|
||||
pub mod layer;
|
||||
pub mod triangle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue