pathfinder/demo/android/rust/Cargo.toml

27 lines
453 B
TOML
Raw Normal View History

2019-03-08 19:52:47 -05:00
[package]
name = "pathfinder_android_demo"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018"
[lib]
crate_type = ["cdylib"]
[dependencies]
egl = "0.2"
gl = "0.6"
jni = "0.11"
2019-03-13 19:32:39 -04:00
lazy_static = "1.3"
2019-03-08 19:52:47 -05:00
[dependencies.pathfinder_demo]
path = "../../common"
[dependencies.pathfinder_geometry]
path = "../../../geometry"
[dependencies.pathfinder_gl]
path = "../../../gl"
[dependencies.pathfinder_gpu]
path = "../../../gpu"