Update funcwrapper template so that if the given function doesn't exist, don't call it
[SmugglerRL.git] / dub.json
blob6ce882a390d8297125cf9e7fa8c7c0ff46ff3ba9
2         "name": "smugglerl",
3         "authors": [
4                 "Elronnd"
5         ],
6         "dflags-gdc": ["-Ofast", "-march=native", "-mtune=native", "-ffast-math", "-flto"],
7         "dflags-ldc": ["-O5", "-ffast-math", "-fp-contract=fast", "-flto=full"],
8         "dflags-dmd": ["-O"],
9         "dependencies": {
10                 "bearlibterminal": "~>1.5.4",
11                 "ncurses": "~master"
12         },
13         "description": "A roguelike in D.",
14         "copyright": "Copyright © 2017, Elronnd",
15         "license": "BSD-3"