Re: OpenBSD LDC package

2021-10-21 Thread Dukc via Digitalmars-d-announce

On Thursday, 21 October 2021 at 01:59:11 UTC, Brian wrote:

Hello D Community --

I'm happy to announce that I have posted a preliminary LDC 
package for review to OpenBSD: 
https://marc.info/?l=openbsd-ports&m=163477542025020&w=2


With the already shipping GDC and DMD packages, all 3 D 
compilers are now easily available to OpenBSD users.


~Brian


Not regarding LDC, but perhaps you want to publish the DMD port 
at [our download page](https://dlang.org/download.html) with a 
nice Puffy image?


Re: LDC 1.28.0

2021-10-21 Thread james.p.leblanc via Digitalmars-d-announce

On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote:

Glad to announce LDC 1.28 - some highlights:


Thanks to all contributors & sponsors!


Dear Kinke and Team,

Thanks all for the work here!  Great D asset for us all!




Using GTK's GResources with GtkD with DUB

2021-10-21 Thread WebFreak001 via Digitalmars-d-announce

I just want to push my blog again :p

https://new.webfreak.org/blog/2021-10/21/GTKD-GResources-with-dub

You would want to use this for example when you make a GTK app 
that you want to add custom icons into. Using GResources will 
make it search your executable for the icon first.


Also this makes you not dependent on the filesystem for 
resources, everything is bundled in your executable.


There are also some hints and links how to use GTK4 and 
LibAdwaita if you didn't know yet.