Skip to content

Commit

Permalink
Order example entries by name
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Jul 23, 2023
1 parent 2beb089 commit cbfa283
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,28 @@ serde_json = "1.0.48"
shred = { git = "https://github.com/Imberflur/shred", branch = "metatable-fix", default-features = false, features = ["shred-derive"]}
specs-derive = { path = "specs-derive", version = "0.4.1" }

[[example]]
name = "async"
[[example]]
name = "basic"

[[example]]
name = "full"

name = "bitset"
[[example]]
name = "cluster_bomb"

[[example]]
name = "bitset"

name = "full"
[[example]]
name = "track"

name = "lend_join"
test = true
[[example]]
name = "ordered_track"

[[example]]
name = "saveload"
required-features = ["serde"]
[[example]]
name = "slices"
[[example]]
name = "track"

[[bench]]
name = "benches_main"
Expand Down

0 comments on commit cbfa283

Please sign in to comment.