remove the travis ci line from README, since we're on repo.or.cz now
[SmugglerRL.git] / dub.json
bloba23d8290bfb5cbcfb3c94a35df0402454d3d27f1
2         "name": "smugglerl",
3         "authors": [
4                 "Elronnd"
5         ],
6         "dflags-gdc": ["-Ofast", "-march=native", "-mtune=native"],
7         "dflags-ldc": ["-O5"],
8         "dependencies": {
9                 "ncurses": "~master"
10         },
11         "description": "A roguelike in D.",
12         "copyright": "Copyright © 2017, Elronnd",
13         "license": "BSD-3"