pathfinder/Cargo.toml

18 lines
305 B
TOML

[package]
name = "pathfinder"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies]
bitflags = "0.7"
byteorder = "1"
euclid = "0.10"
memmap = "0.5"
[dependencies.compute-shader]
git = "https://github.com/pcwalton/compute-shader.git"
[dev-dependencies]
quickcheck = "0.4"