Add readme.md

This commit is contained in:
Matthew Sitton
2016-06-25 08:36:35 -05:00
parent baa0e214e7
commit b65151edbc

14
readme.md Normal file
View File

@@ -0,0 +1,14 @@
* * miniz
This is a reorganized version of miniz
https://github.com/richgel999/miniz
basically file since source file has been separated into a more traditional
header/source library. This is mainly based off of the organization done for the
version in the valve vogl tool.
https://github.com/ValveSoftware/vogl/blob/master/src/voglcore/vogl_miniz.h
I've also integrated the changes from here:
http://www.tenacioussoftware.com/miniz_v116_beta_r1.7z
Eventually may integrate changes from the vogl version as well.