From cdc51e0c4369d1ef38ff8d6cc9440b91b2c90535 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 20 Jun 2024 19:34:20 +0200 Subject: feat(engine): make the matrix struct public --- engine/src/data_types.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engine/src/data_types.rs') diff --git a/engine/src/data_types.rs b/engine/src/data_types.rs index 5cf15e4..b35839a 100644 --- a/engine/src/data_types.rs +++ b/engine/src/data_types.rs @@ -1,5 +1,4 @@ pub mod color; pub mod dimens; +pub mod matrix; pub mod vector; - -pub(crate) mod matrix; -- cgit v1.2.3-18-g5258