Skip to content

Commit

Permalink
Merge pull request #89 from guzba/master
Browse files Browse the repository at this point in the history
update zippy dep
  • Loading branch information
treeform authored Jun 9, 2022
2 parents d321aa9 + 803334d commit 418ebe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/windy/platforms/macos/platform.nim
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ proc getClipboardImage*(): Image =
copyMem(copiedData[0].addr, pngData.bytes, pngData.length)

try:
result = decodePng(copiedData).newImage
result = newImage(decodePng(copiedData))
except:
return

Expand Down
2 changes: 1 addition & 1 deletion windy.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ requires "nim >= 1.4.8"
requires "opengl >= 1.2.6"
requires "pixie >= 4.3.0"
requires "urlly >= 1.0.0"
requires "zippy >= 0.9.9"
requires "zippy >= 0.9.11"
requires "ws >= 0.5.0"

0 comments on commit 418ebe4

Please sign in to comment.