We are in the process of updating the conan examples repo to use recipes from conan center index and updating Windows configurations to vs 2019 but there are some libraries missing: emsdk, imgui, glfw, glew, folly
Without them, the update to c3i is not possible and the ci fails.
@uilianries, @SSE4, could you please have a look at these recipes, to see if they can be included in c3i so we can update the examples repository and Conan documentation soon?
glfw and glew require https://github.com/bincrafters/conan-mesa and https://github.com/bincrafters/conan-x11/, the main problem with conan-x11 is that it's a "meta-recipe" which generates a lot of packages (49), so it does not fit the CCI structure. Also, it does not have proper tests currently.
imgui seems easily transferable. folly can be transferred once we transfer libiberty
EDIT: imgui already has a PR: https://github.com/conan-io/conan-center-index/pull/625
Most helpful comment
glfw and glew require https://github.com/bincrafters/conan-mesa and https://github.com/bincrafters/conan-x11/, the main problem with conan-x11 is that it's a "meta-recipe" which generates a lot of packages (49), so it does not fit the CCI structure. Also, it does not have proper tests currently.
imgui seems easily transferable. folly can be transferred once we transfer libiberty
EDIT: imgui already has a PR: https://github.com/conan-io/conan-center-index/pull/625