pbrt/src/lib.rs

7 lines
106 B
Rust

#![allow(unused_imports, dead_code)]
#![feature(float_erf)]
mod camera;
mod core;
mod lights;
mod utils;