dub.json: Expected '"' to start string

RSY rsy_881 at gmail.com
Fri Dec 11 11:56:28 UTC 2020


On Wednesday, 9 December 2020 at 19:29:26 UTC, MiyukiNozomi wrote:
> On Wednesday, 9 December 2020 at 19:26:31 UTC, Adam D. Ruppe 
> wrote:
>> On Wednesday, 9 December 2020 at 19:20:27 UTC, MiyukiNozomi 
>> wrote:
>>> 	"libs-windows": {
>>> 	    ["glfw3dll"] //error here
>>> 	},
>>
>> No {} there, it should just be
>>
>> "libs-windows": ["glfw3dll"]
>
> the errors are gone, thanks for the help!

derelict glfw is pretty old, i recomand using this one instead:

https://github.com/BindBC/bindbc-glfw

It supports latest version of GLFW

Also since you are statically compiling GLFW, you don't need the 
DLL on windows, just the .lib


More information about the Digitalmars-d mailing list