This commit is contained in:
Dr. Matthias Ratajczak
2023-03-02 16:49:38 +01:00
parent 7bf31b9ee2
commit 37eba7cfa3
6 changed files with 340 additions and 317 deletions
+6
View File
@@ -0,0 +1,6 @@
#[derive(Debug, Clone, Copy, PartialEq)]
pub(crate) enum Message {
CtrlC,
Quit,
TogglePause,
}