diff options
| author | HampusM <hampus@hampusmat.com> | 2026-07-06 21:57:52 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-07-06 22:01:40 +0200 |
| commit | 5a07a635486c3a072e6578fbb725da1bab9a774c (patch) | |
| tree | 2f8ef259c792e85be2b5e88e769baec73e7b7c58 /engine-ecs/src/lib.rs | |
| parent | 19276ab6030250bc1c2e034bd8ccf72db61fa21c (diff) | |
feat(engine): make context addable to errors & results
Diffstat (limited to 'engine-ecs/src/lib.rs')
| -rw-r--r-- | engine-ecs/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine-ecs/src/lib.rs b/engine-ecs/src/lib.rs index a426b0b..c502b06 100644 --- a/engine-ecs/src/lib.rs +++ b/engine-ecs/src/lib.rs @@ -110,6 +110,8 @@ impl World world.add_sole(Stats::default()).ok(); + crate::error::set_panic_hook(); + world } |
