pathfinder/gpu/Cargo.toml

27 lines
465 B
TOML
Raw Normal View History

2019-03-04 17:55:32 -05:00
[package]
name = "pathfinder_gpu"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018"
[dependencies]
bitflags = "1.0"
half = "1.5"
2019-03-04 17:55:32 -05:00
[dependencies.image]
version = "0.23"
2019-03-04 17:55:32 -05:00
default-features = false
features = ["png"]
2019-03-04 17:55:32 -05:00
[dependencies.pathfinder_color]
path = "../color"
2019-03-04 17:55:32 -05:00
[dependencies.pathfinder_geometry]
path = "../geometry"
[dependencies.pathfinder_resources]
path = "../resources"
2019-03-04 17:55:32 -05:00
[dependencies.pathfinder_simd]
path = "../simd"