Introduce Weight enum to font
This commit is contained in:
parent
eb3cd3a321
commit
32309f0140
3 changed files with 18 additions and 2 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#![forbid(unsafe_code, rust_2018_idioms)]
|
||||
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
||||
pub mod alignment;
|
||||
pub mod font;
|
||||
pub mod keyboard;
|
||||
pub mod mouse;
|
||||
pub mod time;
|
||||
|
|
@ -32,7 +33,6 @@ pub mod time;
|
|||
mod background;
|
||||
mod color;
|
||||
mod content_fit;
|
||||
mod font;
|
||||
mod length;
|
||||
mod padding;
|
||||
mod pixels;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue