We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb762c commit 713904eCopy full SHA for 713904e
examples/triangle.ts
@@ -2,7 +2,7 @@ import {
2
createWindow,
3
getProcAddress,
4
mainloop,
5
-} from "https://deno.land/x/dwm@0.2.1/mod.ts";
+} from "https://deno.land/x/dwm@0.3.0/mod.ts";
6
import * as gl from "../api/gles23.2.ts";
7
8
const window = createWindow({
src/webgl/deps.ts
@@ -1 +1 @@
1
-export * from "https://deno.land/x/dwm@0.2.1/mod.ts";
+export * from "https://deno.land/x/dwm@0.3.0/mod.ts";
0 commit comments