Skip to content

Commit

Permalink
define QOI_NO_STDIO to exclude qoi_read/qoi_write
Browse files Browse the repository at this point in the history
  • Loading branch information
aforren1 committed Dec 21, 2021
1 parent f034b4d commit cb7de43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions patlas.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cdef extern from *:
#define STB_RECT_PACK_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#define QOI_IMPLEMENTATION
#define QOI_NO_STDIO
#ifndef _OPENMP
#define omp_get_max_threads() 1
#endif
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setuptools.setup(
name='patlas',
version='0.0.4',
version='0.0.5',
author='Alex Forrence',
author_email='[email protected]',
description='Simple texture atlas packer',
Expand Down

0 comments on commit cb7de43

Please sign in to comment.