Skip to content

Commit 713904e

Browse files
committed
chore: dump dwm
1 parent adb762c commit 713904e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/triangle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
createWindow,
33
getProcAddress,
44
mainloop,
5-
} from "https://deno.land/x/dwm@0.2.1/mod.ts";
5+
} from "https://deno.land/x/dwm@0.3.0/mod.ts";
66
import * as gl from "../api/gles23.2.ts";
77

88
const window = createWindow({

src/webgl/deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/dwm@0.2.1/mod.ts";
1+
export * from "https://deno.land/x/dwm@0.3.0/mod.ts";

0 commit comments

Comments
 (0)