Revert "Use softbuffer fork with owned pixel buffer"

This reverts commit 92d61e5c59.

The owned pixel buffer zeroes the data in some platforms. `softbuffer`
will need some first-class support for damage regions.
This commit is contained in:
Héctor Ramón Jiménez 2023-04-05 19:30:07 +02:00
parent 92d61e5c59
commit 940a47eafd
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 17 additions and 30 deletions

View file

@ -10,6 +10,7 @@ geometry = ["iced_graphics/geometry"]
[dependencies]
raw-window-handle = "0.5"
softbuffer = "0.2"
tiny-skia = "0.8"
bytemuck = "1"
rustc-hash = "1.1"
@ -21,10 +22,6 @@ version = "0.7"
path = "../graphics"
features = ["tiny-skia"]
[dependencies.softbuffer]
git = "https://github.com/rust-windowing/softbuffer"
rev = "872c66a4c05fd7cb6cb133154f75fdce45a175a6"
[dependencies.cosmic-text]
features = ["std", "swash"]
git = "https://github.com/pop-os/cosmic-text"