Skip to content

Commit

Permalink
Some Stuffs i worked on
Browse files Browse the repository at this point in the history
  • Loading branch information
FriskTheFallenHuman committed Oct 13, 2024
1 parent 9d53d33 commit 86e2479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neo/libs/imgui/backends/imgui_impl_opengl2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

#else // DG: use gl

#include "renderer/OpenGL/qgl.h"
#include "renderer/qgl.h"

Check failure on line 74 in neo/libs/imgui/backends/imgui_impl_opengl2.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-latest-build

renderer/qgl.h: No such file or directory

Check failure on line 74 in neo/libs/imgui/backends/imgui_impl_opengl2.cpp

View workflow job for this annotation

GitHub Actions / windows-latest-build

Cannot open include file: 'renderer/qgl.h': No such file or directory

#endif // DG: use gl

Expand Down
6 changes: 5 additions & 1 deletion neo/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"platform": "!windows"
},
"stb",
"freetype",
{
"name": "freetype",
"default-features": false,
"features": ["error-strings","subpixel-rendering"]
},
"glew"
]
}

0 comments on commit 86e2479

Please sign in to comment.