From 8160e959ad4c2cf01a53ed2fc9edf9d6e1fb596b Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 12 Aug 2022 18:10:57 -0400 Subject: [PATCH] Removed uneeded things --- profiler/meson.build | 2 +- subprojects/imgui.wrap | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 subprojects/imgui.wrap diff --git a/profiler/meson.build b/profiler/meson.build index ece8a5cd..f2d01c40 100644 --- a/profiler/meson.build +++ b/profiler/meson.build @@ -26,4 +26,4 @@ endif profiler_inc = include_directories('src', 'src/imgui') -executable('profiler', profiler_sources, include_directories: profiler_inc, dependencies: deps, cpp_args: '-UTRACY_ENABLE') \ No newline at end of file +executable('profiler', profiler_sources, include_directories: profiler_inc, dependencies: deps) \ No newline at end of file diff --git a/subprojects/imgui.wrap b/subprojects/imgui.wrap deleted file mode 100644 index c60d1a41..00000000 --- a/subprojects/imgui.wrap +++ /dev/null @@ -1,12 +0,0 @@ -[wrap-file] -directory = imgui-1.87 -source_url = https://github.com/ocornut/imgui/archive/refs/tags/v1.87.tar.gz -source_filename = imgui-1.87.tar.gz -source_hash = b54ceb35bda38766e36b87c25edf7a1cd8fd2cb8c485b245aedca6fb85645a20 -patch_filename = imgui_1.87-4_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/imgui_1.87-4/get_patch -patch_hash = a008fc446e8c09c5a6c985ba94d4ffe04534f8c805f2805afdd0ba17ea6c73f5 -wrapdb_version = 1.87-4 - -[provide] -imgui = imgui_dep