Skip to content

Commit 71dd61b

Browse files
committed
Removed GLFW backend from premake script
- This needs GLFW to build so we build it within Hazel
1 parent d9d4bcd commit 71dd61b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

premake5.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ project "ImGui"
2121
"imstb_textedit.h",
2222
"imstb_truetype.h",
2323
"imgui_demo.cpp",
24-
25-
"backends/imgui_impl_glfw.h",
26-
"backends/imgui_impl_glfw.cpp"
2724
}
2825

2926
filter "system:linux"

0 commit comments

Comments
 (0)