Skip to content

Commit

Permalink
Fix softbuffer rendering on macOS
Browse files Browse the repository at this point in the history
Use a patched version until rust-windowing/softbuffer#22 is fixed.
  • Loading branch information
tronical committed Dec 13, 2022
1 parent b6b3114 commit e4ececf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ panic = "abort"

[profile.dev]
panic = "abort"

[patch.crates-io]
# Pull in fix for https://github.com/john01dav/softbuffer/issues/22
softbuffer = { git = "https://github.com/slint-ui/softbuffer", branch = "simon/macos-scale-fix" }

0 comments on commit e4ececf

Please sign in to comment.