Fix pline(), improve mainloop(), and other stuff
[SmugglerRL.git] / dub.json
bloba6cdcf4d68bb5ea200ab44fba1311d3564be0f32
2         "name": "drl",
3         "authors": [
4                 "Elronnd"
5         ],
6         "dependencies": {
7                 "ncurses": "~master"
8         },
9         "buildOptions": ["debugInfo"],
10         "description": "A roguelike in D.",
11         "copyright": "Copyright © 2017, Elronnd",
12         "license": "BSD-3"