Switch to undead xml

This commit is contained in:
Grim Maple 2022-10-08 21:27:24 +03:00
parent c9ccaad2ed
commit 91fbca984e
3 changed files with 9 additions and 8 deletions

View File

@ -30,7 +30,8 @@
"excludedSourceFiles-windows": ["3rdparty/fontconfig/*"],
"dependencies": {
"inilike": "~>1.2.1"
"inilike": "~>1.2.1",
"undead": "~>1.1.7"
},
"subPackages": [

View File

@ -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;

View File

@ -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;