pathfinder/color/Cargo.toml

13 lines
285 B
TOML
Raw Normal View History

[package]
name = "pathfinder_color"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.pathfinder_simd]
path = "../simd"