summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-07-06 13:59:36 -0400
committerMica White <botahamec@outlook.com>2026-07-06 13:59:36 -0400
commite8f85e4a723b772c099a3c03a6cb721c48561e4b (patch)
treea879493f40ba52399c2af05eacdb95b8939b0712 /src/lib.rs
parentbdbd5faeb7be5e5f81c1f4a952c8110df9e9b990 (diff)
Fully support WASM (in some contexts)
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3d76b0d..9c3162a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,3 +3,4 @@ pub mod file;
pub mod input;
pub mod scene;
pub mod script;
+pub mod time;