Skip to content

Commit

Permalink
remove advanced state, get state compiling
Browse files Browse the repository at this point in the history
Signed-off-by: lee-orr <lee-orr@users.noreply.github.com>
  • Loading branch information
lee-orr committed Oct 2, 2023
1 parent 96d5357 commit 1a08184
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 385 deletions.
11 changes: 0 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1352,17 +1352,6 @@ description = "Illustrates how to use States to control transitioning from a Men
category = "ECS (Entity Component System)"
wasm = false

[[example]]
name = "advanced_state"
path = "examples/ecs/advanced_state.rs"
doc-scrape-examples = true

[package.metadata.example.advanced_state]
name = "Advanced State"
description = "Illustrates use of some of the more advanced state concepts, such as `StateMatchers`."
category = "ECS (Entity Component System)"
wasm = false

[[example]]
name = "system_piping"
path = "examples/ecs/system_piping.rs"
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ Example | Description

Example | Description
--- | ---
[Advanced State](../examples/ecs/advanced_state.rs) | Illustrates use of some of the more advanced state concepts, such as `StateMatchers`.
[Apply System Buffers](../examples/ecs/apply_deferred.rs) | Show how to use `apply_deferred` system
[Component Change Detection](../examples/ecs/component_change_detection.rs) | Change detection on components
[Custom Query Parameters](../examples/ecs/custom_query_param.rs) | Groups commonly used compound queries and query filters into a single type
Expand Down
347 changes: 0 additions & 347 deletions examples/ecs/advanced_state.rs

This file was deleted.

Loading

0 comments on commit 1a08184

Please sign in to comment.