Skip to content

Commit 209a664

Browse files
author
Andrej Mitrovic
committed
Fix colors examples
1 parent a2c1bb4 commit 209a664

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

dub.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
],
2727

2828
"subPackages": [
29+
"examples/colors",
2930
"examples/demo",
3031
"examples/memory",
3132
],

examples/colors/dub.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,20 @@
2424

2525
"mainSourceFile": "colors.d",
2626

27+
"libs-posix": [
28+
"dl",
29+
"glfw3",
30+
"GL",
31+
"Xrandr",
32+
"Xext",
33+
"Xxf86vm",
34+
"Xi",
35+
"Xcursor",
36+
"Xinerama",
37+
"X11"
38+
],
39+
2740
"dependencies": {
28-
"dimgui": {"path": "../../", "version": "~master"},
29-
"glfw-drey": ">=0.0.2",
30-
"glwtf-drey": ">=0.0.1",
41+
"dimgui": {"path": "../../", "version": "~master"}
3142
},
3243
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"fileVersion": 1,
3+
"versions": {}
4+
}

0 commit comments

Comments
 (0)