pathfinder/simd/Cargo.toml

19 lines
396 B
TOML
Raw Permalink Normal View History

2019-02-01 14:48:10 -05:00
[package]
name = "pathfinder_simd"
version = "0.5.3"
2019-02-01 14:48:10 -05:00
edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
2019-03-28 17:55:38 -04:00
build = "build.rs"
description = "A simple SIMD library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"
2019-02-01 14:48:10 -05:00
2019-03-08 15:30:07 -05:00
[features]
pf-no-simd = []
2019-02-01 14:48:10 -05:00
[dependencies]
2019-03-28 17:55:38 -04:00
[build-dependencies]
rustc_version = "0.4"