[package] name = "tiny_rpg" description = "An RPG that is a WIP using sdl2." keywords = ["rpg", "game"] category = ["games"] version = "0.1.0" license = "GPL-3.0-only" authors = ["Shane Delaney "] edition = "2018" repositiory = "https://github.com/baBounch/tiny_rpg" readme = "README.md" [dependencies] sdl2 = "0.32.2"