On Tuesday, 20 May 2014 at 18:13:36 UTC, Vadim Lopatin wrote:
Hello!

I would like to announce my project, DlangUI library - cross-platform GUI for D.
https://github.com/buggins/dlangui
License: Boost License 1.0

Native library written in D (not a wrapper to other GUI library) - easy to extend.
Best regards,
     Vadim  <coolreader....@gmail.com>
        

WARNING! Breaking change in dlangui!

Pull request to use package.d instead of dlangui/all.d is integrated.
If you are using dlangui in your project, please change

    import dlangui.all;

to

    import dlangui;

in order to fix build.

Reply via email to