diff options
author | Silas Bartha <[email protected]> | 2024-06-06 10:27:13 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-06-06 10:27:13 -0400 |
commit | f6b9eda55d3a2f3dbae7e1671138cf10d4151f17 (patch) | |
tree | d17b6a42c0054c2e74555df5faac49d2548efd90 | |
parent | 8b0ceeb84de03c0340190e02399b7bc50463af06 (diff) | |
parent | 68503cdcc274fc3b4f9ef1cf3357933d062391a6 (diff) |
Merge branch 'master' of github.com:exvacuum/bevy_terminal_display
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Features Include: - `TerminalInput` resource which keeps track of pressed & released keys - `Widget` component for rendering ratatui TUI widgets - `TerminalWidget` trait for creating custom TUI widget components -- Logging redirected to `output.log` +- Log redirection ## Screenshots ![](./doc/screenshot.png) |