We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2688ddc commit ac0a328Copy full SHA for ac0a328
Changes
@@ -1,3 +1,4 @@
1
+0.0403 2025-05-18
2
- fix tests to use latest OpenGL::Modern (glGetUniformLocation_c removed _c)
3
- fix callback-setting return value types (#3) - thanks @xuhaida76 for report
4
lib/OpenGL/GLFW.pm
@@ -463,7 +463,7 @@ our %EXPORT_TAGS = (
463
464
our @EXPORT_OK = @{ $EXPORT_TAGS{all} };
465
466
-our $VERSION = '0.0402';
+our $VERSION = '0.0403';
467
$VERSION =~ tr/_//d;
468
our $XS_VERSION = $VERSION;
469
0 commit comments