Update `Cargo.toml`s in preparation for publishing SIMD and geometry

This commit is contained in:
Patrick Walton 2019-11-10 10:32:41 -08:00
parent ff212dce36
commit 586d974b7d
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@ name = "pathfinder_geometry"
version = "0.3.0"
edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "Basic SIMD-accelerated geometry/linear algebra"
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"
[dependencies]

View File

@ -4,6 +4,10 @@ version = "0.3.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 = []