Skip to content

Commit 700d1c3

Browse files
committed
chore: move napi into crates
1 parent 9dd9586 commit 700d1c3

File tree

241 files changed

+2
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ members = [
1111
"crates/playground",
1212
"crates/canvas-c",
1313
"crates/canvas-svg",
14-
"napi/canvas-napi",
15-
]
14+
"crates/canvas-napi",
15+
]
1616

1717
[profile.release]
1818
panic = "abort"
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
1110
napi = { version = "2.16.13", default-features = false, features = ["napi8"] }
1211
napi-derive = "2.16.13"
1312
canvas-core = { workspace = true, features = ["2d", "gl", "mtl"] }
File renamed without changes.

0 commit comments

Comments
 (0)