pixelrush/Cargo.toml
Patrick Michl 0d813cfb6f
All checks were successful
continuous-integration/drone/push Build is passing
implement simple work stealing multithreading on a per pixel basis
2021-03-15 21:53:23 +01:00

13 lines
271 B
TOML

[package]
name = "pixelrush"
version = "0.1.0"
authors = ["Huanzo <huanzodev@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
r2d2 = "*"
image = "*"
rayon = "*"
crossbeam = "*"