diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-12-20 08:02:55 -0500 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-12-20 08:02:55 -0500 |
commit | 652a17e0f90a045b99a80044be313e23b9529005 (patch) | |
tree | 0fec702d8a143cc67c1845eb4214aba5ee0d1d7d /src/input/mod.rs | |
parent | 87172fd904a9d461b10438be7dc55660e7ced680 (diff) | |
parent | 39e8be3872232d929c4ccaa1b595bf61d656b2fe (diff) |
Merge branch 'wip'
Diffstat (limited to 'src/input/mod.rs')
-rw-r--r-- | src/input/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/mod.rs b/src/input/mod.rs index 80c36bc..e582555 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -6,3 +6,6 @@ pub mod resources; /// Systems for this module pub(crate) mod systems; + +/// Components for this module +pub(crate) mod components; |