Support multiline INI files
This commit is contained in:
parent
d2ee83b054
commit
a230e0fcb1
|
@ -2,9 +2,6 @@
|
|||
path = libdparse
|
||||
url = https://github.com/dlang-community/libdparse.git
|
||||
branch = master
|
||||
[submodule "inifiled"]
|
||||
path = inifiled
|
||||
url = https://github.com/burner/inifiled.git
|
||||
[submodule "containers"]
|
||||
path = containers
|
||||
url = https://github.com/dlang-community/containers.git
|
||||
|
@ -17,3 +14,6 @@
|
|||
[submodule "stdx-allocator"]
|
||||
path = stdx-allocator
|
||||
url = https://github.com/dlang-community/stdx-allocator
|
||||
[submodule "inifiled"]
|
||||
path = inifiled
|
||||
url = https://github.com/wilzbach/inifiled
|
||||
|
|
2
inifiled
2
inifiled
|
@ -1 +1 @@
|
|||
Subproject commit b79a61bc22179c52abbb7554c630b100963b2d1c
|
||||
Subproject commit a18e368fe2c22c9667aea3e8d2591d700e187edf
|
Loading…
Reference in New Issue