summaryrefslogtreecommitdiff
path: root/fips.yml
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-03-05 18:20:17 +0100
committerGitHub <noreply@github.com>2019-03-05 18:20:17 +0100
commit04bbb7ac588db2a65064575dbedca9042d2c039e (patch)
treee6e0e90d0d464fac471cfecc002f3f1a26016aa8 /fips.yml
parent6570419898b72337c619be1d0f3cd66350ddc7a5 (diff)
Debugging UI extension headers via Dear ImGui (#125)
This PR adds optional debugging UI extension headers (or rather: currently only one for sokol_gfx.h called sokol_gfx_imgui.h). sokol_gfx.h gets a new API function to install callback functions for tracing the public sokol_gfx.h API calls.
Diffstat (limited to 'fips.yml')
-rw-r--r--fips.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips.yml b/fips.yml
index 93f5c31f..f144e02b 100644
--- a/fips.yml
+++ b/fips.yml
@@ -1,2 +1,2 @@
exports:
- header-dirs: [ . ] \ No newline at end of file
+ header-dirs: [ ".", "imgui" ]