mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
e1c0e448ef
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.
13 lines
285 B
TOML
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" }
|