mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: big flat pt.4: extract layout crate
This commit is contained in:
parent
cb680ab096
commit
34e731f111
21 changed files with 2125 additions and 83 deletions
|
|
@ -47,13 +47,11 @@ pub mod plugin; pub use self::plugin::*;
|
|||
pub mod pool; pub use self::pool::*;
|
||||
pub mod sampler; pub use self::sampler::*;
|
||||
pub mod sequencer; pub use self::sequencer::*;
|
||||
pub mod space; pub use self::space::*;
|
||||
pub mod status; pub use self::status::*;
|
||||
pub mod style; pub use self::theme::*;
|
||||
pub mod theme; pub use self::theme::*;
|
||||
pub mod time; pub use self::time::*;
|
||||
pub mod transport; pub use self::transport::*;
|
||||
pub mod tui; pub use self::tui::*;
|
||||
|
||||
pub use ::atomic_float;
|
||||
pub(crate) use atomic_float::*;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
use crate::*;
|
||||
use super::*;
|
||||
|
||||
impl<E: Engine, A: Render<E>> Render<E> for When<E, A> {
|
||||
fn min_size (&self, to: E::Size) -> Perhaps<E::Size> {
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
use crate::*;
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
Loading…
Add table
Add a link
Reference in a new issue