Skip to content

Commit 9619cc4

Browse files
authored
Merge pull request #523 from treeform/guzba
use crunchy for crc32
2 parents 17c6d60 + 2f8c21a commit 9619cc4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pixie.nimble

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "5.0.4"
1+
version = "5.0.5"
22
author = "Andre von Houck and Ryan Oldenburg"
33
description = "Full-featured 2d graphics library for Nim."
44
license = "MIT"
@@ -12,6 +12,7 @@ requires "zippy >= 0.10.3"
1212
requires "flatty >= 0.3.4"
1313
requires "nimsimd >= 1.2.0"
1414
requires "bumpy >= 1.1.1"
15+
requires "crunchy >= 0.1.0"
1516

1617
task bindings, "Generate bindings":
1718

src/pixie/fileformats/png.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import chroma, flatty/binny, math, pixie/common, pixie/images, pixie/internal,
2-
pixie/simd, zippy, zippy/crc
2+
pixie/simd, zippy, crunchy
33

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

0 commit comments

Comments
 (0)