gtkd-developers/GtkD

TestWindow suggestions

mark-summerfield opened this issue · 0 comments

I suggest:

  1. renaming TestWindow to GtkDdemo or similar;
  2. 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