Skip to content

Commit

Permalink
Fix example paths
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Nov 25, 2024
1 parent 8aba8d0 commit 32332ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ rustdoc-args = ["--cfg", "docsrs"]

[[example]]
name = "composer"
path = "examples/core/composer"
path = "examples/core/composer.rs"

[[example]]
name = "traits"
path = "examples/core/traits"
path = "examples/core/traits.rs"

[[example]]
name = "counter"
path = "examples/ecs/counter"
path = "examples/ecs/counter.rs"
required-features = ["ecs"]

[[example]]
name = "http"
path = "examples/ecs/http"
path = "examples/ecs/http.rs"
required-features = ["ecs", "rt"]

[[example]]
name = "timer"
path = "examples/ecs/timer"
path = "examples/ecs/timer.rs"
required-features = ["ecs"]

0 comments on commit 32332ac

Please sign in to comment.