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

fractalart things

This commit is contained in:
2021-04-10 19:31:25 +01:00
parent c65a55be67
commit d8ddcc6c3e
4 changed files with 173 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
image = { version = "0.23", features = ["png"], default-features = false }
nanorand = { version = "0.5", features = ["std", "rdseed", "wyrand", "tls"], 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"