Skip to content

Instantly share code, notes, and snippets.

View garentyler's full-sized avatar

Garen Tyler garentyler

View GitHub Profile
@garentyler
garentyler / Cargo.toml
Created March 18, 2022 03:23
Math IA Graphing Program
[package]
name = "graphing"
version = "0.1.0"
edition = "2021"
[dependencies]
image = "*"
num-complex = "*"
rayon = "*"
serde = { version = "*", features = [ "derive" ] }