gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

TestWindow suggestions #299

Open mark-summerfield opened 4 years ago

mark-summerfield commented 4 years ago

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