Skip to content

Commit

Permalink
Run examples for 30 frames only (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai authored Aug 16, 2024
1 parent 6204636 commit e75fa2b
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/example-run/2d/2d.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/activate.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/expr.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(480, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/firework.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/force_field.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/init.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(360, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/lifetime.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(420, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/multicam.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(600, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/ordering.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/portal.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/random.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(480, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/ribbon.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/spawn.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/spawn_on_command.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3d/visibility.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3dpng/billboard.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3dpng/circle.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3dpng/gradient.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3dpng/instancing.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
2 changes: 1 addition & 1 deletion .github/example-run/3dpng/worms.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
events: [
(300, AppExit),
(30, AppExit),
]
)
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
all-features = true

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = []
Expand Down

0 comments on commit e75fa2b

Please sign in to comment.