Skip to content

Commit

Permalink
add some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Jun 22, 2024
1 parent 9135ed4 commit 7750550
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ bevy = { version = "0.13.0", default-features = false, features = [
"x11",
"default_font",
] }

[package.metadata.commands]
example_interpolation = "cargo run --example interpolated -- server & cargo run --example interpolated -- client && fg"
example_interpolation_add_client = "cargo run --example interpolated -- client && fg"
example_prediction = "cargo run --example owner_predicted -- server & cargo run --example owner_predicted -- client && fg"
example_prediction_add_client = "cargo run --example owner_predicted -- client && fg"

0 comments on commit 7750550

Please sign in to comment.