update examples so they can compile again, and make them visible to dub
This commit is contained in:
parent
b44f96bd9f
commit
4680e1b5b2
15 changed files with 57 additions and 54 deletions
|
@ -1,16 +1,10 @@
|
|||
{
|
||||
"name": "yaml_bench",
|
||||
"name": "benchmark",
|
||||
"targetType": "executable",
|
||||
"sourceFiles": ["yaml_bench.d"],
|
||||
"mainSourceFile": "yaml_bench.d",
|
||||
"dependencies":
|
||||
{
|
||||
"dyaml": { "version" : "~>0.5.0" },
|
||||
},
|
||||
"buildTypes":
|
||||
{
|
||||
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
|
||||
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
||||
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] }
|
||||
"dyaml": { "version" : "*" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue