[package] name = "game_of_life_bevy" version = "0.1.1" edition = "2021" authors = ["Mateusz "] rust-version = "1.56.1" description = "Implementation of Conway's Game of Life in bevy" repository = "https://github.com/matix0508/game_of_life" readme = "README.md" license = "MIT" keywords = ["gamedev", "bevy", "game", "life", "conway"] exclude = ["/docs", "/target", "index.html"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy = "0.5.0"