summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-18 04:10:10 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-18 04:10:10 +0100
commit4236ea42a15aaebeb6d1a872f78fafb2b1804c5a (patch)
tree7521c310a663fa9f892dc9f9bd4b66a81bcdea2a /README.md
parent40ec7848c853e6d76794fb70c6cff57a0c078d76 (diff)
downloadprobe-4236ea42a15aaebeb6d1a872f78fafb2b1804c5a.tar.gz
Added X11 basic window in D language
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index df3e8a3..01c639e 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ running it.
| [zig-struct-bin](./zig-struct-bin) | zig-0.13.0 | Save a struct into binary file and then reading it back. |
| [zig-elf](./zig-elf) | zig-0.14.0 | Read execution header of Elf64 format in Zig. |
| [c-bluetooth](./c-bluetooth) | clang-17 | Scans for all Bluetooth devices. |
+| [d-x11](./d-x11) | dmd-2.110 | Uses X11 to create a basic window without any bindings needed. |
## License