zachery.lol/crates/fractal-engine/src/lib.rs
Zachery Aaron Shores-Chmielewski a5d56c0bd2 feat: main page background
Render newtons fractal in the background of the main page
2026-02-06 11:48:46 +07:00

5 lines
105 B
Rust

pub mod color;
pub mod newton;
#[cfg(all(target_arch = "wasm32", target_os = "unknown"))]
pub mod wasm;