diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-02-26 15:50:04 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-02-26 15:50:04 +0700 |
commit | 2961d488078fd3e8297fa5c98232f1d998069fa7 (patch) | |
tree | 9f7c54a61561bcab379dc68df9e290c96a542930 /src/main.rs | |
parent | 7b0375eee4a945cc8fbb3c03cfc0657e0f1ee443 (diff) |
upd: constants
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 abad7ff..65dc271 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ mod view; mod global; mod calculus; +mod renderer; use crate::global::*; use crate::view::{render_viewer, View}; |