Compare commits

...

3 Commits

Author SHA1 Message Date
Green Sky
cfa42557dc update imgui 2025-10-07 21:55:26 +02:00
Green Sky
5b74526f83 update imgui 2025-07-15 12:13:27 +02:00
Green Sky
7b7b3f4a94 make contact store visible 2025-03-10 21:01:16 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -6,9 +6,8 @@ if (NOT TARGET imgui)
message("II using FetchContent imgui") message("II using FetchContent imgui")
FetchContent_Declare(imgui FetchContent_Declare(imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_TAG 5c1d2d1e4c562a2ed3efbc64476e703a655b45fd # v1.91.7 GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
CONFIGURE_COMMAND "" # remove?
) )
FetchContent_GetProperties(imgui) FetchContent_GetProperties(imgui)

View File

@@ -1,5 +1,7 @@
#include <solanaceae/plugin/solana_plugin_v1.h> #include <solanaceae/plugin/solana_plugin_v1.h>
#include <solanaceae/contact/contact_store_i.hpp>
#include <solanaceae/toxic_games/toxic_games.hpp> #include <solanaceae/toxic_games/toxic_games.hpp>
#include <solanaceae/toxcore/tox_interface.hpp> #include <solanaceae/toxcore/tox_interface.hpp>