Skip to content

Commit

Permalink
replace fips-imgui-dock with dcimgui
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Dec 6, 2024
1 parent 21c1814 commit 955bdfd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if (NOT USE_SOKOL_APP AND NOT SOKOL_USE_WGPU_DAWN AND NOT SOKOL_USE_D3D11 AND NO
fips_import_fips_glfw_glfw3()
endif()
fips_import_dcimgui_dcimgui()
fips_import_fips_imgui_dock_imgui_dock()
if (NOT FIPS_UWP)
fips_import_fips_libmodplug_libmodplug()
endif()
Expand Down
2 changes: 0 additions & 2 deletions fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ imports:
git: https://github.com/floooh/sokol-tools-bin
fips-glfw:
git: https://github.com/fips-libs/fips-glfw
fips-imgui-dock:
git: https://github.com/fips-libs/fips-imgui-dock.git
fips-libmodplug:
git: https://github.com/fips-libs/fips-libmodplug
fips-utils:
Expand Down
2 changes: 1 addition & 1 deletion sapp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ fips_ide_group(Samples)
fips_begin_app(imgui-dock-sapp windowed)
fips_files(imgui-dock-sapp.cc)
# use sokol-cpp for testing here, this isn't required though
fips_deps(sokol-cpp imgui-dock)
fips_deps(sokol-cpp imgui-docking)
if (FIPS_IOS)
fips_files(ios-info.plist)
endif()
Expand Down
2 changes: 1 addition & 1 deletion sapp/imgui-dock-sapp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "sokol_gfx.h"
#include "sokol_log.h"
#include "sokol_glue.h"
#include "imgui-dock/imgui.h"
#include "imgui.h"
#define SOKOL_IMGUI_IMPL
#include "sokol_imgui.h"

Expand Down

0 comments on commit 955bdfd

Please sign in to comment.