Use Surface::buffer directly for drawing in iced_tiny_skia

... with a nice little color trick :^)
This commit is contained in:
Héctor Ramón Jiménez 2023-02-26 00:49:27 +01:00
parent df5d66423d
commit 744f3028f4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 16 additions and 23 deletions

View file

@ -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"