Simple, modern libpng alternative
Run the following Vcpkg command to install the port.
vcpkg install libspng
libspng provides CMake targets:
find_package(SPNG CONFIG REQUIRED) target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:spng::spng>,spng::spng,spng::spng_static>)
v0.7.4#0
Dec 1, 2023
All
randy408/libspng752
github.com/randy408/libspng
7bb78b3f15
BSD-2-Clause
Manifest