zig-gamedev / zig-gamedev

Development repo for @zig-gamedev libs and sample applications
MIT License
2.21k stars 174 forks source link

[zgpu] [zgui] Add support for x86_64-windows-msvc #302

Open mlarouche opened 1 year ago

mlarouche commented 1 year ago

I was trying to use zgpu and zgui for an upcoming demo application but ran into similar issues that zphysics that the MSVC ABI is not supported.

I also filled an isssue with mach-dawn: https://github.com/hexops/mach/issues/786

michal-z commented 1 year ago

Thanks for the report. I will try to compile Dawn using MSVC ABI soon (hopefully in June).