[package] name = "bevy_match3" authors = ["Troels \"Sheepyhead\" Jessen "] version = "0.4.0" edition = "2021" description = "A logic library for quickly adding a match-3 system to any bevy project" license = "MIT OR Apache-2.0" homepage = "https://github.com/Sheepyhead/bevy_match3" repository = "https://github.com/Sheepyhead/bevy_match3" keywords = ["gamedev", "bevy"] categories = ["games"] exclude = [".vscode"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy = "0.12" rand = "0.8.5" queues = "1.1.0"