fix compression, rename enum values

This commit is contained in:
Vinzenz Schroeter 2024-05-16 21:32:33 +02:00
parent 7b6b4ea806
commit 6834bb084b
10 changed files with 119 additions and 123 deletions

View file

@ -25,7 +25,7 @@ fn main() {
connection
.send(Command::BitmapLinearWin(Origin::top_left(), field.clone()).into())
.expect("could not send");
thread::sleep(Duration::from_millis(14));
thread::sleep(Duration::from_millis(30));
field = iteration(field);
}
}