mirror of
https://github.com/bevyengine/bevy
synced 2025-02-18 06:58:34 +00:00
35 lines
769 B
TOML
35 lines
769 B
TOML
[package]
|
|
name = "pathfinder_svg"
|
|
version = "0.5.0"
|
|
edition = "2018"
|
|
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
|
|
description = "A GPU-accelerated SVG renderer"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/servo/pathfinder"
|
|
homepage = "https://github.com/servo/pathfinder"
|
|
keywords = ["pathfinder", "svg", "vector", "graphics", "gpu"]
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
hashbrown = "0.7"
|
|
usvg = "0.9"
|
|
|
|
[dependencies.pathfinder_color]
|
|
path = "../color"
|
|
version = "0.5"
|
|
|
|
[dependencies.pathfinder_content]
|
|
path = "../content"
|
|
version = "0.5"
|
|
|
|
[dependencies.pathfinder_geometry]
|
|
path = "../geometry"
|
|
version = "0.5"
|
|
|
|
[dependencies.pathfinder_renderer]
|
|
path = "../renderer"
|
|
version = "0.5"
|
|
|
|
[dependencies.pathfinder_simd]
|
|
path = "../simd"
|
|
version = "0.5"
|