pathfinder/Cargo.toml

22 lines
384 B
TOML
Raw Normal View History

2017-01-07 02:49:45 -05:00
[package]
name = "pathfinder"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies]
bitflags = "0.7"
byteorder = "1"
euclid = "0.10"
gl = "0.6"
2017-01-07 02:49:45 -05:00
memmap = "0.5"
[dependencies.compute-shader]
git = "https://github.com/pcwalton/compute-shader.git"
2017-01-07 14:52:45 -05:00
[dev-dependencies]
quickcheck = "0.4"
[dev-dependencies.glfw]
git = "https://github.com/bjz/glfw-rs.git"