pathfinder/simd/Cargo.toml

19 lines
393 B
TOML

[package]
name = "pathfinder_simd"
version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
build = "build.rs"
description = "A simple SIMD library"
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"
[features]
pf-no-simd = []
[dependencies]
[build-dependencies]
rustc_version = "0.2"