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