diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-02-26 14:34:33 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-02-26 14:34:33 +0700 |
commit | 20be72c501397a45e3c8f4bc95a3451f103e3a28 (patch) | |
tree | 01d947b85f13f5913592b16570591cf6b731f8d6 /src/main.rs | |
parent | 5bf01d83ebe89059dbd73554100efde6fb112727 (diff) |
upd: vector calculus module
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 05b4273..2c81847 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,6 @@ mod view; mod global; +mod calculus; use crate::global::*; use crate::view::{render_viewer, View}; |