mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-01-31 19:06:41 +01:00
- output: impl Layout for Measure, FieldH, FieldV - tui: enable #[feature(trait_alias)] - tui: define some trait aliases
This commit is contained in:
parent
90fc869e14
commit
731f4a971e
13 changed files with 166 additions and 147 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#![feature(const_option_ops)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(const_default)]
|
||||
#![feature(trait_alias)]
|
||||
//#![feature(non_lifetime_binders)]
|
||||
|
||||
pub(crate) use self::Direction::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue