Skip to content

Commit

Permalink
PNG2C rewrite in Golang (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Krystian Bacławski <krystian.baclawski@gmail.com>
  • Loading branch information
spookbench and cahirwpz committed Dec 16, 2023
1 parent feb97ba commit f3d5a5c
Show file tree
Hide file tree
Showing 16 changed files with 924 additions and 479 deletions.
2 changes: 1 addition & 1 deletion build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CONV2D := $(TOPDIR)/tools/conv2d.py
GRADIENT := $(TOPDIR)/tools/gradient.py
TMXCONV := $(TOPDIR)/tools/tmxconv/tmxconv
PCHG2C := $(TOPDIR)/tools/pchg2c/pchg2c
PNG2C := $(TOPDIR)/tools/png2c.py
PNG2C := $(TOPDIR)/tools/png2c/png2c
PSF2C := $(TOPDIR)/tools/psf2c.py
SYNC2C := $(TOPDIR)/tools/sync2c/sync2c
SVG2C := $(TOPDIR)/tools/svg2c/svg2c
Expand Down
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TOPDIR := $(realpath ..)

SUBDIRS := dumphunk dumpilbm maketmx pchg2c ptdump sync2c tmxconv svg2c
SUBDIRS := dumphunk dumpilbm maketmx pchg2c ptdump sync2c tmxconv svg2c png2c

include $(TOPDIR)/build/common.mk
Loading

0 comments on commit f3d5a5c

Please sign in to comment.