| |
| Posted by Kaitlyn Emmons | PermalinkReply |
|
Kaitlyn Emmons
| Failed to load package in C:/Users/snuff/AppData/Local/dub/packages/bindbc-harfbuzz-0.2.1/bindbc-harfbuzz/: BuildOption does not have a member named 'betterC'
I am not sure why it is not working. ..
my dub.json looks like this
{
"name": "graph",
"authors": [
"Kaitlyn Emmons"
],
"description": "A graph based game engine",
"dependencies":
{
"bindbc-glfw": "~>0.8.0",
"bindbc-opengl": "~>0.9.0",
"bindbc-freeimage": "~>0.3.1",
"bindbc-freetype": "~>0.8.0",
"derelict-assimp3": "==1.0.1",
"derelict-ode": "==1.1.2",
"bindbc-harfbuzz": "~>0.2.1"
},
"versions": [
"GL_46",
"FI_318",
"FT_210",
"HB_with_freetype"
],
"configurations": [
{
"name": "Main",
"targetType": "executable"
},
{
"name": "lib",
"targetType": "dynamicLibrary",
"versions": ["tofu_dynamic"]
}
],
"subConfigurations": {
"bindbc-harfbuzz": "dynamic"
},
"postBuildCommands": [
"sublime_generate.bat"
],
"copyright": "Copyright © 2017, Tofu Ninja",
"license": "Owned by k emmons"
}
Can someone help?
|