diff options
author | 2023-02-27 02:58:02 +0100 | |
---|---|---|
committer | 2023-02-27 02:58:02 +0100 | |
commit | 37ce30f360ce7cba9ad05654e1faf26276a1dc17 (patch) | |
tree | d9d46ecc8cbf7a6b44be67ab670f43a48be16079 /tiny_skia/Cargo.toml | |
parent | 4e615a65cab9dfc5fa4a17a72580c573c1c040d9 (diff) | |
download | iced-37ce30f360ce7cba9ad05654e1faf26276a1dc17.tar.gz iced-37ce30f360ce7cba9ad05654e1faf26276a1dc17.tar.bz2 iced-37ce30f360ce7cba9ad05654e1faf26276a1dc17.zip |
Use `kurbo` to approximate arcs in `iced_tiny_skia`
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 55f7f5b7..7fee49cb 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -14,6 +14,7 @@ tiny-skia = "0.8" bytemuck = "1" rustc-hash = "1.1" ouroboros = "0.15" +kurbo = "0.9" [dependencies.iced_native] version = "0.9" |