Improve shader version selection

This commit is contained in:
Richard 2021-11-11 01:10:47 -03:00
parent afdf3e799a
commit e31566d430
17 changed files with 179 additions and 69 deletions

View file

@ -18,9 +18,7 @@ use preset::Preset;
use std::time::{Duration, Instant};
pub fn main() -> iced::Result {
env_logger::builder()
.format_timestamp(None)
.init();
env_logger::builder().format_timestamp(None).init();
GameOfLife::run(Settings {
antialiasing: true,