1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-09 22:06:00 +00:00

New things, documentation

This commit is contained in:
2021-04-08 16:28:33 +01:00
parent d9933d52c5
commit c80ea1d0c7
14 changed files with 1389 additions and 14 deletions

12
fractalart-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[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", "tls"], default-features = false }
hsl = "0.1.1"
gumdrop = "0.8"
smallvec = "1.4.1"