pathfinder/demo/native/Cargo.toml

31 lines
521 B
TOML
Raw Normal View History

[package]
name = "demo"
version = "0.1.0"
edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
2019-03-08 15:30:07 -05:00
[features]
pf-no-simd = ["pathfinder_simd/pf-no-simd"]
[dependencies]
gl = "0.6"
2019-03-28 17:55:38 -04:00
jemallocator = "0.1"
2019-03-08 19:52:47 -05:00
nfd = "0.0.4"
sdl2 = "0.32"
sdl2-sys = "0.32"
[dependencies.pathfinder_demo]
path = "../common"
[dependencies.pathfinder_geometry]
path = "../../geometry"
2019-03-08 15:30:07 -05:00
2019-03-08 19:52:47 -05:00
[dependencies.pathfinder_gl]
path = "../../gl"
[dependencies.pathfinder_gpu]
path = "../../gpu"
2019-03-08 15:30:07 -05:00
[dependencies.pathfinder_simd]
path = "../../simd"