Compare commits

...

3 Commits

Author SHA1 Message Date
3ee0779d66 Roll over version number.
All checks were successful
Build / build (push) Successful in 1m37s
2024-06-01 14:23:32 +03:00
ec09deb438 Update stb. 2024-06-01 14:22:57 +03:00
07d788da25 Disable all instances of potential thread local storage. 2024-06-01 14:22:41 +03:00
4 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project(quik_stbi LANGUAGES C VERSION 1.0)
if (NOT ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin"))
add_compile_options(-static-libgcc -static-libstdc++)
add_compile_options(-static-libgcc -static-libstdc++ -fno-exceptions)
endif()
add_library(stbi SHARED "quik_stbi.c")

View File

@ -12,7 +12,7 @@
<!-- Nuget Properties. -->
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Quik.StbImage</PackageId>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>STBI Authors, H. Utku Maden</Authors>
<Description>
A C# wrapper for the ubiquitous Stb Image library.

View File

@ -5,6 +5,9 @@
#define STBIDEF QEXTERN
#define STBI_NO_THREAD_LOCALS 1
#define STBI_NO_FAILURE_STRINGS 1
#define STBI_THREAD_LOCAL
#include "stb/stb_image.h"
#endif

2
stb

@ -1 +1 @@
Subproject commit ae721c50eaf761660b4f90cc590453cdb0c2acd0
Subproject commit 013ac3beddff3dbffafd5177e7972067cd2b5083