Skip to content

Commit

Permalink
To avoid further malfunctions ErupteD now depends on xcb-d version 1.…
Browse files Browse the repository at this point in the history
…11.1 by default, the same version as xlib-d depends on. Manual override can still happen in dub.selections
  • Loading branch information
ParticlePeter committed Jun 20, 2016
1 parent 48e65d7 commit 204c048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name" : "dub-platform-xcb",
"versions" : [ "VK_USE_PLATFORM_XCB_KHR" ],
"dependencies" : {
"xcb-d" : "~>2.1.0+1.11.1"
"xcb-d" : "~>1.11.1"
},
},

Expand Down

0 comments on commit 204c048

Please sign in to comment.