fix compression, rename enum values
This commit is contained in:
parent
7b6b4ea806
commit
6834bb084b
10 changed files with 119 additions and 123 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue