Skip to content

Instantly share code, notes, and snippets.

View Bauxitedev's full-sized avatar

Bauxitedev

View GitHub Profile
@Bauxitedev
Bauxitedev / Cargo.toml
Created May 3, 2021 09:46
Buddhabrot written in Rust
[package]
authors = ["bauxitedev"]
edition = "2018"
name = "buddhabrot-rs"
publish = false
version = "0.1.0"
[dependencies]
anyhow = "1.0.32"
apodize = "1.0.0"