Added ability to configure supported image format parsers. (#107)

* Added ability to configure supported image format parsers.

* Added comments.
This commit is contained in:
Branimir Karadžić
2026-03-11 21:34:08 -07:00
committed by GitHub
parent 5a79b67a49
commit 6c13a0c8a8
5 changed files with 181 additions and 36 deletions

View File

@@ -19,13 +19,12 @@ project "bimg_decode"
includedirs {
path.join(BIMG_DIR, "include"),
path.join(BIMG_DIR, "3rdparty"),
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
path.join(BIMG_DIR, "3rdparty/tinyexr/deps"),
}
files {
path.join(BIMG_DIR, "include/**"),
path.join(BIMG_DIR, "src/image_decode.*"),
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz/miniz.*"),
}
if _OPTIONS["with-libheif"] then