diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-10 22:19:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-10 22:19:36 +0200 |
| commit | 92c01da36016e94ff20163806ddcbcf7e33d4031 (patch) | |
| tree | 1a900b3c11edcc93e9153fada3ce92310db5768b /Cargo.toml | |
| parent | 42500d5ed85539c5ab04dd3544beaf802da29be9 (diff) | |
Switch back to custom geometry types, unified with layout primitives 🏞
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,6 @@ lto = true [dependencies] async-trait = "0.1" fontdock = { path = "../fontdock", default-features = false } -kurbo = "0.6.3" tide = { path = "../tide" } ttf-parser = "0.8.2" unicode-xid = "0.2" @@ -33,6 +32,7 @@ serde = { version = "1", features = ["derive"], optional = true } [dev-dependencies] criterion = "0.3" futures-executor = "0.3" +kurbo = "0.6.3" serde_json = "1" raqote = { version = "0.8", default-features = false } |
