Skip to content

Commit

Permalink
Add init example to scripts
Browse files Browse the repository at this point in the history
djeedai committed Mar 13, 2023
1 parent b6eb324 commit 5e1dfec
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions run_examples.bat
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ cargo r --example random --no-default-features --features="bevy/bevy_winit bevy/
cargo r --example spawn_on_command --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example activate --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example force_field --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example init --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example lifetime --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example instancing --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
REM 3D + PNG
1 change: 1 addition & 0 deletions run_examples.sh
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ cargo r --example random --no-default-features --features="bevy/bevy_winit bevy/
cargo r --example spawn_on_command --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example activate --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example force_field --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example init --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example lifetime --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
cargo r --example instancing --no-default-features --features="bevy/bevy_winit bevy/bevy_pbr 3d"
# 3D + PNG

0 comments on commit 5e1dfec

Please sign in to comment.