Export all types at top level
This commit is contained in:
parent
0d59116012
commit
4ffaae067e
9 changed files with 21 additions and 23 deletions
|
|
@ -1,9 +1,7 @@
|
|||
//! Rendering the next frame.
|
||||
|
||||
use crate::buffer::Buffer;
|
||||
pub use crate::buffer::{Pos, Size};
|
||||
use crate::styled::Styled;
|
||||
use crate::widthdb::WidthDb;
|
||||
use crate::{Pos, Size, Styled, WidthDb};
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Frame {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue