Skip to content

Commit

Permalink
Merge pull request #523 from treeform/guzba
Browse files Browse the repository at this point in the history
use crunchy for crc32
  • Loading branch information
treeform authored Jan 11, 2023
2 parents 17c6d60 + 2f8c21a commit 9619cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pixie.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "5.0.4"
version = "5.0.5"
author = "Andre von Houck and Ryan Oldenburg"
description = "Full-featured 2d graphics library for Nim."
license = "MIT"
Expand All @@ -12,6 +12,7 @@ requires "zippy >= 0.10.3"
requires "flatty >= 0.3.4"
requires "nimsimd >= 1.2.0"
requires "bumpy >= 1.1.1"
requires "crunchy >= 0.1.0"

task bindings, "Generate bindings":

Expand Down
2 changes: 1 addition & 1 deletion src/pixie/fileformats/png.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chroma, flatty/binny, math, pixie/common, pixie/images, pixie/internal,
pixie/simd, zippy, zippy/crc
pixie/simd, zippy, crunchy

# See http://www.libpng.org/pub/png/spec/1.2/PNG-Contents.html

Expand Down

0 comments on commit 9619cc4

Please sign in to comment.