mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-18 12:48:55 +00:00
macos: glow renderer
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ fn start_desktop_gui(platform: grim::gui::platform::Desktop) {
|
||||
..Default::default()
|
||||
};
|
||||
// Use Glow renderer for Windows.
|
||||
options.renderer = if is_win {
|
||||
options.renderer = if is_win || is_mac {
|
||||
eframe::Renderer::Glow
|
||||
} else {
|
||||
eframe::Renderer::Wgpu
|
||||
|
||||
Reference in New Issue
Block a user