mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
ba7f85731c
This exposes a new uniform API for generating scene fragments for glyph outlines.
22 lines
441 B
TOML
22 lines
441 B
TOML
[package]
|
|
name = "piet-scene"
|
|
version = "0.1.0"
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.7.2", features = ["derive"] }
|
|
smallvec = "1.8.0"
|
|
pinot = "0.1.5"
|
|
moscato = "0.1.2"
|
|
|
|
# remove these and move demo to another directory
|
|
piet-gpu = { path = "../piet-gpu" }
|
|
piet-gpu-hal = { path = "../piet-gpu-hal" }
|
|
winit = "0.25"
|
|
piet = "0.2.0"
|
|
png = "0.16.2"
|
|
rand = "0.7.3"
|
|
roxmltree = "0.13"
|
|
clap = "2.33"
|