cleanup and comments

This commit is contained in:
Simon Gardling
2021-03-29 14:01:04 +00:00
parent 611dd03acf
commit 59d060261d
3 changed files with 20 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
use crate::{
grid::{combine, Grid, PopulationConfig},
palette::{random_palette, Palette},
grid::{Grid},
palette::{Palette},
};