[package] name = "drawing-squares" version = "0.1.0" edition = "2018" license = "MIT" description = "A packing for drawing grids of coloured cells onto a screen. Useful for Cellular Automata" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #piston = "0.36.0" piston_window = "0.120.0"