12 lines
173 B
Rust
12 lines
173 B
Rust
#![allow(unused_imports, dead_code)]
|
|
#![feature(float_erf)]
|
|
#![feature(f16)]
|
|
|
|
mod camera;
|
|
mod core;
|
|
mod geometry;
|
|
mod image;
|
|
mod lights;
|
|
mod shapes;
|
|
mod spectra;
|
|
mod utils;
|