diff options
author | HampusM <hampus@hampusmat.com> | 2024-04-14 12:34:52 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-04-14 12:35:28 +0200 |
commit | 101b455e51f9b702da5517cabe2c3b1086fcb2e7 (patch) | |
tree | 470e28acd7a3777dbb4be0208f9cd3177bba52a9 /engine/src/data_types.rs | |
parent | ef7b76ff39d501028852835649f618fcbe17a003 (diff) |
feat(engine): use ECS architecture
Diffstat (limited to 'engine/src/data_types.rs')
-rw-r--r-- | engine/src/data_types.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/data_types.rs b/engine/src/data_types.rs index 01d0a1e..5cf15e4 100644 --- a/engine/src/data_types.rs +++ b/engine/src/data_types.rs @@ -1,4 +1,5 @@ pub mod color; +pub mod dimens; pub mod vector; pub(crate) mod matrix; |