Skip to content

Commit

Permalink
fix: undo change to softbuffer version
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Aug 11, 2023
1 parent dc657a3 commit 4ff37cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_skia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ geometry = ["iced_graphics/geometry"]

[dependencies]
raw-window-handle = "0.5"
softbuffer = "0.2"
softbuffer = { git = "https://github.com/pop-os/softbuffer", tag = "cosmic-2.0-old" }
tiny-skia = "0.10"
cosmic-text = "0.9"
bytemuck = "1"
Expand Down

0 comments on commit 4ff37cf

Please sign in to comment.