SpexGuy / Zig-ImGui

Zig bindings for ocornut/imgui, generated using cimgui/cimgui
MIT License
92 stars 20 forks source link

Examples don't compile with Zig 0.7.0 #3

Closed SpexGuy closed 2 years ago

SpexGuy commented 3 years ago

They are using a dialect of Zig that is very close to 0.7.0 but slightly before. Notable changes are the introduction of opaque as a keyword and the change from TypeInfo.Int.is_signed to TypeInfo.Int.signedness.

SpexGuy commented 2 years ago

Closed by 36c78ae, compiles with 0.9.0.