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
11
dub.json
11
dub.json
|
@ -7,5 +7,14 @@
|
|||
"license": "Boost 1.0",
|
||||
"dependencies": { "tinyendian" : { "version" : "~>0.1.0" } },
|
||||
"homepage": "https://github.com/dlang-community/D-YAML",
|
||||
"copyright": "Copyright © 2011-2014, Ferdinand Majerech"
|
||||
"copyright": "Copyright © 2011-2014, Ferdinand Majerech",
|
||||
"subPackages": [
|
||||
"examples/constructor",
|
||||
"examples/getting_started",
|
||||
"examples/representer",
|
||||
"examples/resolver",
|
||||
"examples/yaml_bench",
|
||||
"examples/yaml_gen",
|
||||
"examples/yaml_stats"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue