libspng v0.7.4
- Created
- Updated
Simple, modern libpng alternative
# Usage
libspng provides CMake targets:
find_package(SPNG CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:spng::spng>,spng::spng,spng::spng_static>)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- FantasqueX