mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: big flat pt.8: wh -> xy
This commit is contained in:
parent
da25b28ebf
commit
e958b4a2d2
27 changed files with 117 additions and 117 deletions
|
|
@ -1 +0,0 @@
|
|||
use crate::*;
|
||||
|
|
@ -1,14 +1,11 @@
|
|||
pub use ::tek_engine;
|
||||
pub(crate) use ::tek_engine::*;
|
||||
|
||||
pub(crate) use std::ops::{Add, Sub, Mul, Div};
|
||||
pub(crate) use std::fmt::{Display, Debug};
|
||||
pub(crate) use std::marker::PhantomData;
|
||||
pub(crate) use std::sync::atomic::Ordering::*;
|
||||
|
||||
mod collection; pub use self::collection::*;
|
||||
mod direction; pub use self::direction::*;
|
||||
mod layers; pub use self::layers::*;
|
||||
mod logic; pub use self::logic::*;
|
||||
mod space; pub use self::space::*;
|
||||
mod transform; pub use self::transform::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue