pathfinder/text/Cargo.toml

23 lines
460 B
TOML
Raw Normal View History

[package]
name = "pathfinder_text"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018"
[dependencies]
euclid = "0.20"
font-kit = "0.6"
[dependencies.pathfinder_content]
path = "../content"
[dependencies.pathfinder_geometry]
path = "../geometry"
[dependencies.pathfinder_renderer]
path = "../renderer"
[dependencies.skribo]
2020-04-17 15:15:55 -04:00
git = "https://github.com/linebender/skribo.git"
rev = "85293c3b3d7bbd7fc6b8fbfb732bc9450904211f"