galeon-engine 0.5.1

Core ECS game engine: entities, components, systems, and scheduling.
Documentation
1
2
3
4
5
error: #[handler] functions must be synchronous (not `async`)
 --> tests/compile-fail/handler_async.rs:6:5
  |
6 | pub async fn bad_handler(cmd: String) -> Result<String, String> {
  |     ^^^^^