Skip to content

Commit dc73ae5

Browse files
committed
Add wasm bindings to workspace
1 parent be88889 commit dc73ae5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,10 @@ path = "benches/dummy_benchmark.rs"
7575
harness = false
7676

7777
[workspace]
78-
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches"]
78+
members = [
79+
"scripts/gentest",
80+
"scripts/format-fixtures",
81+
"scripts/import-yoga-tests",
82+
"benches",
83+
"bindings/wasm",
84+
]

0 commit comments

Comments
 (0)