Skip to content

Commit

Permalink
Merge pull request #35 from deno-windowing/bump
Browse files Browse the repository at this point in the history
chore: bump canvas
  • Loading branch information
load1n9 authored Sep 27, 2024
2 parents d52156c + 77930f2 commit 0008eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/clock/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
Canvas,
CanvasRenderingContext2D,
createCanvas,
} from "https://deno.land/x/skia_canvas@0.5.5/mod.ts";
} from "jsr:@gfx/canvas@0.5.6";

import {
createWindow,
Expand Down Expand Up @@ -84,5 +84,5 @@ export class WindowCanvas {
}
}

export * from "https://deno.land/x/skia_canvas@0.5.5/mod.ts";
export * from "jsr:@gfx/canvas@0.5.6";
export { mainloop } from "../../mod.ts";
4 changes: 2 additions & 2 deletions ext/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
Canvas,
CanvasRenderingContext2D,
createCanvas,
} from "https://deno.land/x/skia_canvas@0.5.5/mod.ts";
} from "jsr:@gfx/canvas@0.5.6";

import {
createWindow,
Expand Down Expand Up @@ -86,4 +86,4 @@ export class WindowCanvas {
export * from "../mod.ts";
// deno-lint-ignore ban-ts-comment
// @ts-expect-error
export * from "https://deno.land/x/skia_canvas@0.5.5/mod.ts";
export * from "jsr:@gfx/canvas@0.5.6";

0 comments on commit 0008eb0

Please sign in to comment.