1[package]
2name = "pathfinder_simd"
3version = "0.5.2"
4edition = "2018"
5authors = ["Patrick Walton <pcwalton@mimiga.net>"]
6build = "build.rs"
7description = "A simple SIMD library"
8license = "MIT/Apache-2.0"
9repository = "https://github.com/servo/pathfinder"
10homepage = "https://github.com/servo/pathfinder"
11
12[features]
13pf-no-simd = []
14
15[dependencies]
16
17[build-dependencies]
18rustc_version = "0.4"
19