DlangUI
Vadim Lopatin via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Feb 24 22:11:27 PST 2015
On Tuesday, 24 February 2015 at 18:24:51 UTC, Meta wrote:
> On Tuesday, 24 February 2015 at 08:01:41 UTC, Vadim Lopatin
> wrote:
>> 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.
>
> This seems to have broken building DlangIDE for me. After
> updating from Git, doing `dub build` prints the following error:
>
> src/dlangide.d(3): Error: module dlangui is in file 'dlangui.d'
> which cannot be read.
Upgrade dependencies:
dub upgrade --force-remove
More information about the Digitalmars-d-announce
mailing list