Skip to content

Commit 6e74c06

Browse files
committed
Ordered dash experiment
1 parent ab8ffc4 commit 6e74c06

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ keyboard-types = "0.8"
183183
url = "2.5"
184184
tokio = { version = "1.29", features = ["fs", "macros", "io-std", "rt", "rt-multi-thread"] }
185185
# Linebender ecosystem (BEGIN)
186-
kurbo = { version = "0.13", features = ["serde"] }
186+
kurbo = { version = "0.13", features = ["serde", "ordered-dash"] }
187187
vello = "0.7"
188188
vello_encoding = "0.7"
189189
resvg = "0.47"
@@ -277,3 +277,5 @@ debug = true
277277
[patch.crates-io]
278278
# Force cargo to use only one version of the dpi crate (vendoring breaks without this)
279279
dpi = { git = "https://github.com/rust-windowing/winit.git" }
280+
kurbo = { git = "https://github.com/RobertBrewitz/kurbo.git", branch = "strokeel", features = ["serde", "ordered-dash"] }
281+
polycool = { git = "https://github.com/RobertBrewitz/kurbo.git", branch = "strokeel" }

0 commit comments

Comments
 (0)