pathfinder/gl/Cargo.toml

28 lines
450 B
TOML
Raw Normal View History

[package]
name = "pathfinder_gl"
version = "0.1.0"
edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[lib]
crate-type = ["rlib", "staticlib"]
[dependencies]
gl = "0.14"
half = "1.5"
[dependencies.log]
version = "0.4"
[dependencies.pathfinder_geometry]
path = "../geometry"
2019-03-04 17:55:32 -05:00
[dependencies.pathfinder_gpu]
path = "../gpu"
[dependencies.pathfinder_resources]
path = "../resources"
2019-03-04 17:55:32 -05:00
[dependencies.pathfinder_simd]
path = "../simd"