Add run-wasm workspace member, as used in winit
This makes it easy to run examples with the web backend, in the same way that winit examples are run.
This commit is contained in:
parent
83c0f92dc5
commit
3b9976685c
5 changed files with 22 additions and 0 deletions
|
|
@ -72,3 +72,8 @@ features = ["jpeg"]
|
|||
# Turn rayon back on everywhere else; creating the separate entry resets the features to default.
|
||||
image = "0.23.14"
|
||||
rayon = "1.5.1"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"run-wasm",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue