Skip to content

Commit

Permalink
Add wasm bindings to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jan 18, 2024
1 parent be88889 commit dc73ae5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,10 @@ path = "benches/dummy_benchmark.rs"
harness = false

[workspace]
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches"]
members = [
"scripts/gentest",
"scripts/format-fixtures",
"scripts/import-yoga-tests",
"benches",
"bindings/wasm",
]

0 comments on commit dc73ae5

Please sign in to comment.