Skip to content

Commit

Permalink
Fix readme link (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Apr 28, 2024
1 parent 6c36057 commit 99181f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ run-wasm = "run --release --package run-wasm --"

4. Thats it, you can now run the commands described earlier. You can also run `cargo run-wasm --help` to view all the possible flags.

Note: If you want to avoid restructuring your project into a proper workspace you can do so by combining your workspace and crate `Cargo.toml` into a single file like [winit does](https://github.com/rust-windowing/winit/blob/master/Cargo.toml#L144).
Note: If you want to avoid restructuring your project into a proper workspace you can do so by combining your workspace and crate `Cargo.toml` into a single file like [winit does](https://github.com/rust-windowing/winit/blob/337d50779c299240f6e0a67ef3e852f1c971cf16/Cargo.toml#L315).

## Advantages over an equivalent bash/powershell/bat script

Expand Down

0 comments on commit 99181f0

Please sign in to comment.