vello/Cargo.toml
Raph Levien e1c0e448ef Encode stroke in scene
This just adds the first step of polyline stroking, which is adding it
to the scene. Also just a bit of cleaning up of dimensions into one
header file.
2020-04-25 08:24:46 -07:00

13 lines
285 B
TOML

[workspace]
members = [
"piet-gpu",
"piet-gpu-derive",
"piet-gpu-hal",
"piet-gpu-types"
]
# TODO: remove when the flatten feature is published
[patch.crates-io]
kurbo = { git = "https://github.com/linebender/kurbo", rev = "7bd7e66bd137e757305d170a0f9f2b4f7beeb299" }