1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update imgui to 1.89.4 + docking + emscripten glfw fix.

This commit is contained in:
Bartosz Taudul
2023-03-20 23:54:46 +01:00
parent 1e1833edc2
commit e62a383833
11 changed files with 581 additions and 402 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.89.3
// dear imgui, v1.89.4
// (drawing and font code)
/*
@@ -26,13 +26,12 @@ Index of this file:
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "imgui.h"
#ifndef IMGUI_DISABLE
#ifndef IMGUI_DEFINE_MATH_OPERATORS
#define IMGUI_DEFINE_MATH_OPERATORS
#endif
#include "imgui.h"
#ifndef IMGUI_DISABLE
#include "imgui_internal.h"
#ifdef IMGUI_ENABLE_FREETYPE
#include "misc/freetype/imgui_freetype.h"