Skip to content

Commit

Permalink
Fix for deleting an image causing a crash on windows. (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Aug 16, 2020
1 parent 7b37051 commit 85bda69
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 102 deletions.
161 changes: 59 additions & 102 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions subcrates/gelatin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ cgmath = "0.17"
image = "0.23.6"
derive_builder = "0.9"
glium = { version = "0.27" }

# Forcing 0.22.0 to avoid running into
# https://github.com/rust-windowing/winit/issues/1587
# The next release that will include the fix will be
# AFTER 0.22.2
winit = "=0.22.0"

0 comments on commit 85bda69

Please sign in to comment.