Skip to content

Commit eb634cc

Browse files
committed
Fix typo in introduction of Zig - Linking Dear ImGui post
1 parent d5512ee commit eb634cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/devlog/2025-04-30-zig-linking-dear-imgui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ banner: /assets/img/2025-04/c_programming_language_striked_by_lightning.png
66
categories: devlog zig
77
---
88

9-
I have come to find that apparantly, linking Dear ImGui isn't as straight forward as I thought.
9+
I have come to find that apparently, linking Dear ImGui isn't as straight forward as I thought.
1010
While working on my new rendering engine [Z8](https://github.com/MrScriptX/z8), I had to reimplement Dear ImGui.
1111
I have been using it in C++ for a while now, and I thought it would be easy to just link it in Zig.
1212
And well, it wasn't too hard really, but I had to figure out a few things along the way.

0 commit comments

Comments
 (0)