mirror of https://github.com/buggins/dlangui.git
Fix pipelines?
This commit is contained in:
parent
9aea275e29
commit
3a49bf0e48
11
dub.json
11
dub.json
|
@ -31,7 +31,8 @@
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"inilike": "~>1.2.2",
|
"inilike": "~>1.2.2",
|
||||||
"undead": "~>1.1.7"
|
"undead": "~>1.1.7",
|
||||||
|
"icontheme": "~>1.2.3"
|
||||||
},
|
},
|
||||||
|
|
||||||
"subPackages": [
|
"subPackages": [
|
||||||
|
@ -58,10 +59,6 @@
|
||||||
"bindbc-opengl": "~>1.0.0",
|
"bindbc-opengl": "~>1.0.0",
|
||||||
"bindbc-freetype": "~>1.0.0"
|
"bindbc-freetype": "~>1.0.0"
|
||||||
},
|
},
|
||||||
"dependencies-posix": {
|
|
||||||
"bindbc-sdl": "~>1.0.0",
|
|
||||||
"icontheme": "~>1.2.3"
|
|
||||||
},
|
|
||||||
"copyFiles-windows-x86_64": [
|
"copyFiles-windows-x86_64": [
|
||||||
"libs/windows/x86_64/libfreetype-6.dll"
|
"libs/windows/x86_64/libfreetype-6.dll"
|
||||||
],
|
],
|
||||||
|
@ -104,9 +101,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.0.0",
|
"bindbc-opengl": "~>1.0.0",
|
||||||
"bindbc-freetype": "~>1.0.0",
|
"bindbc-freetype": "~>1.0.0",
|
||||||
"bindbc-sdl": "~>1.0.0"
|
"bindbc-sdl": "~>1.0.0",
|
||||||
},
|
|
||||||
"dependencies-posix": {
|
|
||||||
"icontheme": "~>1.2.3"
|
"icontheme": "~>1.2.3"
|
||||||
},
|
},
|
||||||
"copyFiles-windows-x86_64": [
|
"copyFiles-windows-x86_64": [
|
||||||
|
|
Loading…
Reference in New Issue