BalazsJako / ColorTextEditorDemo

Demo project for https://github.com/BalazsJako/ImGuiColorTextEdit
MIT License
69 stars 28 forks source link

doesn't compile on Linux #2

Open krux02 opened 1 year ago

krux02 commented 1 year ago

probably obvious but this is what I tried:

$ g++ main.cpp -I imgui/ 
main.cpp:10:10: fatal error: d3d11.h: No such file or directory
   10 | #include <d3d11.h>
Sanceilaks commented 1 year ago

This example is windows only