zachery.lol/crates/fractal-engine/Cargo.toml
Zachery Aaron Shores-Chmielewski 50e3a49d4f feat: fractal animation
Add a pleasant fractal animation background to the main page
2026-02-06 11:44:23 +07:00

15 lines
365 B
TOML

[package]
name = "fractal-engine"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
wasm-bindgen = "0.2.105"
web-sys = { version = "0.3", features = [
"Window", "Document", "HtmlCanvasElement",
"CanvasRenderingContext2d", "ImageData"
]}
js-sys = "0.3"