diff options
author | 2023-02-26 00:49:27 +0100 | |
---|---|---|
committer | 2023-02-26 00:50:25 +0100 | |
commit | 744f3028f484c44899fed56d9190387569828a95 (patch) | |
tree | e3dbc48e7179c23a6bf23adcb49b6f74d95dc944 /tiny_skia/Cargo.toml | |
parent | df5d66423de141a009bbed993d99d491ed6373c9 (diff) | |
download | iced-744f3028f484c44899fed56d9190387569828a95.tar.gz iced-744f3028f484c44899fed56d9190387569828a95.tar.bz2 iced-744f3028f484c44899fed56d9190387569828a95.zip |
Use `Surface::buffer` directly for drawing in `iced_tiny_skia`
... with a nice little color trick :^)
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 7f4b0f8c..70b1f5e7 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -11,6 +11,7 @@ svg = [] raw-window-handle = "0.5" softbuffer = "0.2" tiny-skia = "0.8" +bytemuck = "1" [dependencies.iced_native] version = "0.9" |