fixed lifetimes

This commit is contained in:
STP
2023-11-12 05:11:11 -05:00
parent 04bc278f4a
commit 1b708049a9
4 changed files with 471 additions and 68 deletions

View File

@@ -13,6 +13,7 @@ mod texture;
mod vertex;
const EPSILON: f32 = 1e-7;
const INFINITY: f32 = 1e7;
fn main() {
pollster::block_on(run());