Nicolas Cannasse 6 rokov pred
rodič
commit
a40091ca7e
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 0
      CHANGELOG.md
  2. 1 1
      haxelib.json

+ 1 - 0
CHANGELOG.md

@@ -26,6 +26,7 @@ Other:
 * [js] heaps now defaults to canvas instead of window for events
 * review hxd.prefab.Prefab API
 * added mp3 sound support
+* added S3TC dds texture support
 * new samples : Camera2D, Domkit, Flows, FXView, Interactive2D, MeshBatch, Lights
 
 ## 1.5.0 (October 25, 2018)

+ 1 - 1
haxelib.json

@@ -3,7 +3,7 @@
 	"url" : "http://heaps.io",
 	"license" : "BSD",
     "description" : "The GPU Game Framework",
-    "version" : "1.5.0",
+    "version" : "1.6.0",
 	"releasenote" : "",
 	"contributors" : ["ncannasse"],
 	"dependencies" : { "format" : "" }