DlangUI
Vadim Lopatin via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Feb 24 00:01:38 PST 2015
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.org at 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.
More information about the Digitalmars-d-announce
mailing list