Skip to content
New issue

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

Support for imgui metal capability on Mac #4872

Open
kissholic opened this issue Aug 8, 2024 · 1 comment
Open

Support for imgui metal capability on Mac #4872

kissholic opened this issue Aug 8, 2024 · 1 comment
Labels

Comments

@kissholic
Copy link

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

--

@kissholic kissholic added the bug label Aug 8, 2024
@SirLynix
Copy link
Member

SirLynix commented Aug 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants