[sim] Update thirdparty-imgui (#2552)

Updates the following dependencies:
- glfw to latest 3.3-stable
- imgui to 1.76
- stb to latest master

Removes libvulkan dependency.

Also adds implot.
This commit is contained in:
Peter Johnson
2020-06-27 16:02:40 -07:00
committed by GitHub
parent 765f009350
commit 492d6c2826
4 changed files with 19 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ if (!project.hasProperty('onlylinuxathena') && !project.hasProperty('onlylinuxra
} else if (it.targetPlatform.operatingSystem.isMacOsX()) {
it.linker.args << '-framework' << 'Cocoa' << '-framework' << 'IOKit' << '-framework' << 'CoreFoundation' << '-framework' << 'CoreVideo'
} else {
it.linker.args << '-lX11' << '-lvulkan'
it.linker.args << '-lX11'
}
}
}