Skip to content

Commit 638d210

Browse files
committed
chore: updates
1 parent 889b2ea commit 638d210

File tree

9 files changed

+1216
-31
lines changed

9 files changed

+1216
-31
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ canvas-core = { path = "./crates/canvas-core" }
3939
canvas-webgl = { path = "./crates/canvas-webgl" }
4040
gl-bindings = { path = "./crates/gl-bindings" }
4141
canvas-c = { path = "./crates/canvas-c" }
42-
skia-safe = { version = "0.78.2", features = ["textlayout"] }
42+
skia-safe = { version = "0.80.0", features = ["textlayout"] }
4343
itertools = "0.13.0"
4444
wgpu-core = { git = "https://github.com/triniwiz/wgpu", rev = "48f663f70d5b6e99a5b8a708876ce9642d78fbde", features = ["wgsl", "vulkan", "metal", "raw-window-handle"] }
4545
wgpu-types = { git = "https://github.com/triniwiz/wgpu", rev = "48f663f70d5b6e99a5b8a708876ce9642d78fbde" }

napi/canvas-napi/deno.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"nodeModulesDir": "auto"
3+
}

0 commit comments

Comments
 (0)