Skip to content

Commit f94a71e

Browse files
authored
Merge pull request #154 from Kapendev/master
Added minigui and tried to fix CI.
2 parents 520f346 + bccdd65 commit f94a71e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: gem install awesome_bot
1717
- name: Run Awesome Bot
1818
run: awesome_bot README.md --request-delay 1 --allow-dupe -w wiki.dlang.org,amazon.com,sciter.com,github.com/dlang-community/awesome-d/edit/master/README.md
19-
- uses: actions/upload-artifact@v1
19+
- uses: actions/upload-artifact@v4
2020
if: failure()
2121
with:
2222
name: ab-results

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
193193
*These compilers may differ from or be incompatible with the official set of tools.*
194194

195195
* [SDC](https://github.com/snazzy-d/SDC) - The Snazzy D Compiler. Written in D. Grows Smarter every day.
196-
* [OpenD](https://opendlang.org/index.html) - A fork of the D language with built-in libraries.
196+
* [OpenD](https://opendlang.org/index.html) - A fork of the D language focused on practical and incremental improvements.
197197

198198
## Dev Tools
199199

@@ -387,8 +387,9 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
387387

388388
* [giD](https://github.com/Kymorphia/gid) - GObject Introspection D Package Repository.
389389
* [Fluid](https://git.samerion.com/Samerion/Fluid) - A declarative cross-platform user interface library for D.
390+
* [minigui](https://github.com/adamdruppe/arsd/blob/master/minigui.d) - A smallish GUI widget library, aiming to be on par with at least HTML4 forms and a few other expected gui components.
390391
* [DLangUI](https://github.com/buggins/dlangui) - Cross Platform GUI for D programming language. My personal favorite, because it is written in D(not a binding), and is cross platform. DLangUI also has a good showcase in the IDE [DLangIDE](https://github.com/buggins/dlangide).
391-
* [microui-D](https://github.com/Kapendev/microui-d) - A tiny immediate-mode UI library.
392+
* [microui-d](https://github.com/Kapendev/microui-d) - A tiny immediate-mode UI library.
392393
* [GtkD](https://github.com/gtkd-developers/GtkD) - GtkD is a D binding and OO wrapper of GTK+. GtkD is actively maintained and is currently the most stable GUI lib for D.
393394
* [tkD](https://github.com/nomad-software/tkd) - GUI toolkit for the D programming language based on Tcl/Tk.
394395
* [dqml](https://github.com/filcuc/dqml) - Qt Qml bindings for the D programming language.

0 commit comments

Comments
 (0)