flst / upstream /emscripten /system /lib /stb_image.c
arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
422 Bytes
// Copyright 2021 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.
// stb_image 2.x need to have STB_IMAGE_IMPLEMENTATION defined to include
// the implementation when compiling
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>