-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dear ImGui was good while it lasted. although it was bad on Android supposedly maybe youll make a comeback in the future :( for this is the best ui ive ever made in imgui
- Loading branch information
1 parent
0549ee0
commit 22c9bd1
Showing
4 changed files
with
6 additions
and
699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,6 @@ endif() | |
|
||
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode) | ||
|
||
# imgui stuff | ||
if (NOT APPLE) | ||
set(IMGUI_VERSION "v1.90") | ||
CPMAddPackage("gh:matcool/gd-imgui-cocos#4eb5777") # specify a commit! | ||
target_link_libraries(${PROJECT_NAME} imgui-cocos) | ||
endif() | ||
|
||
if (FALSE) # in favor of resources | ||
# embedding files | ||
CPMAddPackage("gh:batterycenter/[email protected]") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.