1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-06-14 00:26:52 +00:00
random-stuff/fractalart-rs/Cargo.toml
2021-04-10 19:31:25 +01:00

12 lines
348 B
TOML

[package]
name = "fractalart"
version = "0.1.0"
authors = ["osmarks <osmarks@protonmail.com>"]
edition = "2018"
[dependencies]
image = { version = "0.23", features = ["png"], default-features = false }
nanorand = { version = "0.5", features = ["std", "rdseed", "wyrand"], default-features = false }
hsl = "0.1.1"
gumdrop = "0.8"
smallvec = "1.4.1"