You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
256 B
14 lines
256 B
[package]
|
|
name = "fractal_compression"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
image = "0.23"
|
|
rand = "0.8"
|
|
rand_distr = "0.4"
|
|
rayon = "1.5"
|
|
bytemuck = "1.7.3"
|
|
wgpu = { version = "0.12", features = [ "spirv" ] }
|
|
pollster = "0.2.4"
|