Skip to content

Commit

Permalink
Fix build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 14, 2024
1 parent 266bb03 commit ffab2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The squish library (primarily known by libsquish) is an open source DXT/S3TC compression library written in C++ that is commonly used with OpenGL and DirectX for the lossy compression of RGBA textures.

[![Dev Builds](https://github.com/oblivioncth/libsquish/actions/workflows/push-reaction.yml/badge.svg?branch=dev)](https://github.com/oblivioncth/libsquish/actions/workflows/push-reaction.yml)
[![Dev Builds](https://github.com/oblivioncth/libsquish/actions/workflows/build-project.yml/badge.svg?branch=dev)](https://github.com/oblivioncth/libsquish/actions/workflows/build-project.yml)

**Features:**
- Supports the DXT1, DXT3 and DXT5 formats.
Expand Down

0 comments on commit ffab2cd

Please sign in to comment.