remove imgui subtree and bring it in as cmake fetch content
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousDelivery / windows (push) Has been cancelled
ContinuousDelivery / windows-asan (push) Has been cancelled
ContinuousDelivery / dumpsyms (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
ContinuousIntegration / linux (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousDelivery / windows (push) Has been cancelled
ContinuousDelivery / windows-asan (push) Has been cancelled
ContinuousDelivery / dumpsyms (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
ContinuousIntegration / linux (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
also forgot to update nix flake for implot and plutosvg
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include <solanaceae/util/utils.hpp>
|
||||
#include <solanaceae/util/time.hpp>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
//#include <imgui/imgui_internal.h>
|
||||
#include <imgui.h>
|
||||
//#include <imgui_internal.h>
|
||||
|
||||
#include <entt/entity/runtime_view.hpp>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "./file_selector.hpp"
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
void drawIconCloud(
|
||||
const ImVec2 p0,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
void drawIconDirect(
|
||||
const ImVec2 p0,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
void drawIconGroup(
|
||||
const ImVec2 p0,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
void drawIconMail(
|
||||
const ImVec2 p0,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
void drawIconPerson(
|
||||
const ImVec2 p0,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "./image_viewer_popup.hpp"
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#include <filesystem>
|
||||
#include <solanaceae/file/file2_std.hpp>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <solanaceae/util/simple_config_model.hpp>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui/misc/cpp/imgui_stdlib.h>
|
||||
#include <imgui.h>
|
||||
#include <misc/cpp/imgui_stdlib.h>
|
||||
|
||||
#include <tuple>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include <imgui.h>
|
||||
|
||||
#include <entt/container/dense_map.hpp>
|
||||
#include <entt/core/type_info.hpp>
|
||||
|
Reference in New Issue
Block a user