treeform / pixie

Full-featured 2d graphics library for Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing library crunchy (added in 5.0.5)?

madasebrof opened this issue · comments

There is a required library called crunchy that is missing. It's only used in png.nim, but pixie is will not install without it!

Based on the name, sounds like a treeform library, but it's not publically available.

This seems odd, as this makes pixie fail the basic nimble install pixie pretty obviously!

image

Looks like crunchy was added in 5.0.5:

2f8c21a

5.0.4 works!

image

Crunchy is listed as a dep for Pixie: https://github.com/treeform/pixie/blob/master/pixie.nimble#L15

Confirmed by the build working here: 317632d https://github.com/treeform/pixie/actions/runs/4387604786/jobs/7683101935

Something about Nimble failed (No package found is wrong). Pixie is set up correctly so there is nothing to be done here. Perhaps a caching or config issue locally?