Skip to content

Commit

Permalink
version 1.0.2 haxelib release
Browse files Browse the repository at this point in the history
  • Loading branch information
maitag committed Jun 12, 2024
1 parent 533d897 commit 92f9616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

1.02 (06/12/2024)
-----------------
* Added `public` for the `.fbTexture` to make it read-access for Framebuffer-`Display`s
* Fixed `FBO/float-Texture` glitch where gl-EXT_color_buffer_float/OES_texture_float-extension was not set in time

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"tags": ["peote", "opengl", "2d", "shader", "glsl"],
"description": "2D Render Library (lime/opengl)",
"version": "1.0.1",
"version": "1.0.2",
"classPath": "src/",
"releasenote": "refactoring, codecleaning, complete inline doxing",
"releasenote": "fix for loading fbo gl-extension, give .fbTexure read-access in Display",
"contributors": ["maitag"],
"dependencies": {
"lime": ""
Expand Down

0 comments on commit 92f9616

Please sign in to comment.