Merge pull request #523 from treeform/guzba

use crunchy for crc32
This commit is contained in:
Andre von Houck 2023-01-11 08:55:19 -08:00 committed by GitHub
commit 9619cc4e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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"
@ -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":

View file

@ -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