mirror of https://github.com/buggins/dlangui.git
Switch to undead xml
This commit is contained in:
parent
c9ccaad2ed
commit
91fbca984e
3
dub.json
3
dub.json
|
@ -30,7 +30,8 @@
|
|||
"excludedSourceFiles-windows": ["3rdparty/fontconfig/*"],
|
||||
|
||||
"dependencies": {
|
||||
"inilike": "~>1.2.1"
|
||||
"inilike": "~>1.2.1",
|
||||
"undead": "~>1.1.7"
|
||||
},
|
||||
|
||||
"subPackages": [
|
||||
|
|
|
@ -101,7 +101,7 @@ import dlangui.graphics.colors;
|
|||
import dlangui.graphics.drawbuf;
|
||||
import std.file;
|
||||
import std.algorithm;
|
||||
import std.xml;
|
||||
import undead.xml;
|
||||
import std.conv;
|
||||
import std.string;
|
||||
import std.path;
|
||||
|
|
|
@ -25,9 +25,9 @@ module dlangui.widgets.styles;
|
|||
|
||||
import dlangui.core.config;
|
||||
|
||||
private import std.xml;
|
||||
private import std.string;
|
||||
private import std.algorithm;
|
||||
import undead.xml;
|
||||
import std.string;
|
||||
import std.algorithm;
|
||||
|
||||
import dlangui.core.types;
|
||||
import dlangui.graphics.colors;
|
||||
|
|
Loading…
Reference in New Issue