diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-07-24 12:02:10 -0400 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-07-24 12:02:10 -0400 |
commit | 345e0665bfc9cb796d054c106f56966e9d5a7e22 (patch) | |
tree | 5a4b371cbb8231048d13d07e0c4249834dbc379b /src/input | |
parent | f6b9eda55d3a2f3dbae7e1671138cf10d4151f17 (diff) |
Update to bevy 0.14 + Add 0BSD Optionv0.3.0
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/systems.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/systems.rs b/src/input/systems.rs index 366ccba..9560e1e 100644 --- a/src/input/systems.rs +++ b/src/input/systems.rs @@ -51,4 +51,4 @@ pub fn input_handling( _ => (), } } -} +}
\ No newline at end of file |