Publish version 0.1 of `pathfinder_color`

This commit is contained in:
Patrick Walton 2020-04-09 10:34:58 -07:00
parent 0399061a70
commit 0211296128
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,15 @@
[package] [package]
name = "pathfinder_color" name = "pathfinder_color"
version = "0.1.0" version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "A minimal SIMD-accelerated color handling library"
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"
[dependencies] [dependencies]
[dependencies.pathfinder_simd] [dependencies.pathfinder_simd]
path = "../simd" path = "../simd"
version = "0.5"