Skip to content

Add "metal" to correctly run on MacOS#7314

Closed
Bersez wants to merge 1 commit intoemilk:mainfrom
Bersez:egui-wgpu-add-metal-backend
Closed

Add "metal" to correctly run on MacOS#7314
Bersez wants to merge 1 commit intoemilk:mainfrom
Bersez:egui-wgpu-add-metal-backend

Conversation

@Bersez
Copy link
Copy Markdown

@Bersez Bersez commented Jul 8, 2025

Solves the issue with: #7256

@Bersez Bersez requested a review from Wumpf as a code owner July 8, 2025 22:44
@Bersez
Copy link
Copy Markdown
Author

Bersez commented Jul 8, 2025

maybe also add another feature to solve #7106

@lucasmerlin
Copy link
Copy Markdown
Collaborator

We shouldn't force features on users of egui_wgpu that they don't need (in theory someone could use the gl or vulkan backend on macos and might want to disable the metal feature).
Instead you can just enable this feature by adding wgpu = {version = "same as wgpu in egui-wgpu", features = "metal"} to your Cargo.toml. You probably don't even need the features = "metal" since metal is part of the default features of wgpu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants