diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ pub mod core; pub mod camera; mod scene; -mod render; use std::ops::{Add, Sub, Mul, DivAssign}; use std::cmp; |
index : rendering | ||
Rendering in rust |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -1,7 +1,6 @@ pub mod core; pub mod camera; mod scene; -mod render; use std::ops::{Add, Sub, Mul, DivAssign}; use std::cmp; |