TestWindow suggestions
mark-summerfield opened this issue · 0 comments
mark-summerfield commented
I suggest:
- renaming TestWindow to GtkDdemo or similar;
- changing the dub.json file to make it build without a console -- in dub.sdl this is done with:
lflags "/SUBSYSTEM:WINDOWS" "/ENTRY:mainCRTStartup" platform="windows"
}
I don't know the syntax for dub.json