Skip to content

Commit

Permalink
chore: use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Dec 17, 2022
1 parent 80db66d commit 52b41ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/triangle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
createWindow,
getProcAddress,
mainloop,
} from "https://raw.githubusercontent.com/DjDeveloperr/dwm/45bc008/mod.ts";
} from "https://deno.land/x/dwm@0.1.0/mod.ts";
import * as gl from "../api/gles23.2.ts";

const window = createWindow({
Expand Down
3 changes: 1 addition & 2 deletions src/webgl/deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "https://raw.githubusercontent.com/deno-windowing/dwm/e4b4e91969b59131e4854de0789199baf26b3174/mod.ts";
// export * from "../../../dwm/mod.ts";
export * from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit 52b41ca

Please sign in to comment.