remove dyaml.unused and rest of dyaml.nogcutil in favour of std.utf functions
This commit is contained in:
parent
d7f51a8225
commit
1dac1f39f3
6 changed files with 27 additions and 447 deletions
|
@ -24,7 +24,6 @@ dyaml_src = [
|
|||
'source/dyaml/linebreak.d',
|
||||
'source/dyaml/loader.d',
|
||||
'source/dyaml/node.d',
|
||||
'source/dyaml/nogcutil.d',
|
||||
'source/dyaml/package.d',
|
||||
'source/dyaml/parser.d',
|
||||
'source/dyaml/queue.d',
|
||||
|
@ -46,8 +45,7 @@ dyaml_src = [
|
|||
'source/dyaml/test/representer.d',
|
||||
'source/dyaml/test/resolver.d',
|
||||
'source/dyaml/test/tokens.d',
|
||||
'source/dyaml/token.d',
|
||||
'source/dyaml/unused.d'
|
||||
'source/dyaml/token.d'
|
||||
]
|
||||
install_subdir('source/dyaml', install_dir: 'include/d/yaml/')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue