pathfinder/path-utils/Cargo.toml

15 lines
295 B
TOML

[package]
name = "pathfinder_path_utils"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies]
arrayvec = "0.4"
euclid = "0.15"
serde = "1.0"
serde_derive = "1.0"
[dependencies.freetype-sys]
git = "https://github.com/pcwalton/freetype-sys.git"
branch = "stroker"