conan-io / examples

Conan 1.x examples
MIT License
124 stars 67 forks source link

Update the imgui example to use reference from conan-center-index #43

Closed danimtb closed 4 years ago

danimtb commented 4 years ago

The imgui example is failing due to a missing dependency from bincrafters

ERROR: Failed requirement 'mesa-glu/9.0.1@bincrafters/stable' from 'glew/2.1.0@bincrafters/stable'
ERROR: Unable to find 'mesa-glu/9.0.1@bincrafters/stable' in remotes

https://travis-ci.org/conan-io/examples/jobs/646332791

We should update this example to use the packages from conan-center-index and avoid dependencies from the bincrafters remote, as it brakes users with only the conan-center remote configured (most of the cases)

uilianries commented 4 years ago

please, assign it to me