Remove PNG and ZLIB support from the project
- Eliminated all references to PNG and ZLIB dependencies in CMake configuration and project files. - Updated documentation to reflect the removal of PNG support and related functionalities. - Adjusted build scripts and source files to remove unused code related to PNG handling, ensuring a cleaner codebase.
This commit is contained in:
@@ -63,7 +63,7 @@ Since YAZE uses several vcpkg packages, installing them will ensure the triplet
|
||||
|
||||
```cmd
|
||||
# From the YAZE project root
|
||||
vcpkg install --triplet x64-windows sdl2 zlib libpng abseil
|
||||
vcpkg install --triplet x64-windows sdl2
|
||||
```
|
||||
|
||||
## Common Issues and Solutions
|
||||
|
||||
Reference in New Issue
Block a user