Skip to content

Commit 8827026

Browse files
committed
chore: bump dwm
1 parent 526f8c9 commit 8827026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gfx/gl",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"exports": {
55
".": "./mod.ts",
66
"./webgl": "./src/webgl/mod.ts",

src/webgl/deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/[email protected].6/mod.ts";
1+
export * from "jsr:@gfx/[email protected].8";

0 commit comments

Comments
 (0)