We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.3
MacOS Sonoma 14.5
'add_requires("imgui", {configs={glfw_metal = true}})' takes no effect, and head filers like 'imgui_impl_metal.h' could not be found.
'add_requires("imgui", {configs={glfw_metal = true}})' works.
--
The text was updated successfully, but these errors were encountered:
glfw_metal is not a config for the imgui package, but you can make a pull request to add it: https://github.com/xmake-io/xmake-repo/blob/dev/packages/i/imgui/xmake.lua#L69-L84
Sorry, something went wrong.
No branches or pull requests
Xmake Version
2.9.3
Operating System Version and Architecture
MacOS Sonoma 14.5
Describe Bug
'add_requires("imgui", {configs={glfw_metal = true}})' takes no effect, and head filers like 'imgui_impl_metal.h' could not be found.
Expected Behavior
'add_requires("imgui", {configs={glfw_metal = true}})' works.
Project Configuration
--
Additional Information and Error Logs
--
The text was updated successfully, but these errors were encountered: