diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-01 16:43:50 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-01 16:43:50 +0700 |
commit | 084875ac8e9aa12cf6cc1892def9e4bc5fd4cdda (patch) | |
tree | 99fbc7b743fdf7a2b26ded0e8073c9a02be5240b /src/main.rs | |
parent | 2d7457db1c0c719de3e1f76161a35af3fb5ae0c9 (diff) |
object list, something is still wrong
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9bdb6ed..db7d2ee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ mod view; mod global; mod calculus; mod renderer; +mod object; use crate::global::*; use crate::renderer::render; |