diff options
| author | troido <troido@protonmail.com> | 2020-02-14 14:36:32 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-14 14:36:32 +0100 |
| commit | 4a4cdf7d148be0a2a756f323d27c0ee5b7976438 (patch) | |
| tree | 7add0a0d735f93cb1fce6ae4f0c476a0d550a3ee /src/systems/mod.rs | |
| parent | 7821febc8ee4c89ca1825054e0baf39eea3a0380 (diff) | |
extract the state to save
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index 6989e95..7e75706 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -6,4 +6,3 @@ pub mod view; pub mod remove; pub mod create; pub mod take; - |
