Skip to content

Commit 688cd1c

Browse files
committed
Add missing webgl APIs
1 parent 8afa291 commit 688cd1c

14 files changed

+553
-172
lines changed

examples/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"main": "lesson05.js",
66
"dependencies": {
7-
"glfw-raub": "^5.1.0",
7+
"glfw-raub": "^5.2.0",
88
"image-raub": "^4.1.1"
99
}
1010
}

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ const { install } = require('addon-tools-raub');
44

55

66
const prefix = 'https://github.com/node-3d/webgl-raub/releases/download';
7-
const tag = '3.0.0';
7+
const tag = '4.0.0';
88

99
install(`${prefix}/${tag}`);

0 commit comments

Comments
 (0)