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

Removed uneeded things

This commit is contained in:
Tyler Mayoff 2022-08-12 18:10:57 -04:00
parent 40557153fc
commit 8160e959ad
2 changed files with 1 additions and 13 deletions

View File

@ -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')
executable('profiler', profiler_sources, include_directories: profiler_inc, dependencies: deps)

View File

@ -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