It's a bit inefficient because a thread is spawned for each pixel. Need to implement bucketing.
11 lines
206 B
TOML
11 lines
206 B
TOML
[package]
|
|
name = "psychopath"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
|
|
[dependencies]
|
|
docopt = "0.6"
|
|
rustc-serialize = "0.3"
|
|
nom = "1.2"
|
|
scoped_threadpool = "0.1"
|
|
num_cpus = "0.2" |