ColorTextEditorDemo icon indicating copy to clipboard operation
ColorTextEditorDemo copied to clipboard

doesn't compile on Linux

Open krux02 opened this issue 2 years ago • 1 comments

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>

krux02 avatar Feb 08 '23 13:02 krux02

This example is windows only

Sanceilaks avatar Feb 10 '23 08:02 Sanceilaks