https://github.com/junkdog/imgui-conan
Conan package for imgui
https://github.com/junkdog/imgui-conan
conan-recipe imgui
Last synced: 5 months ago
JSON representation
Conan package for imgui
- Host: GitHub
- URL: https://github.com/junkdog/imgui-conan
- Owner: junkdog
- License: mit
- Created: 2017-11-25T17:00:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T17:34:20.000Z (over 8 years ago)
- Last Synced: 2025-06-20T21:06:31.944Z (about 1 year ago)
- Topics: conan-recipe, imgui
- Language: CMake
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Conan package for [imgui](https://github.com/ocornut/imgui).
Builds as a static library, no configuration options are
exposed (such as custom `imconfig.h`).
Install package from project root:
```bash
conan create $USER/stable
```