fix: change default front end from WebGpu to OpenGL

This commit is contained in:
2024-11-06 10:48:15 -05:00
parent 0de6489930
commit 9250096118
+1 -1
View File
@@ -27,7 +27,7 @@ end
if myos == "win" then
opts.default_prog = { "pwsh.exe" }
opts.term = "xterm-256color"
opts.front_end = "WebGpu"
opts.front_end = "OpenGL"
opts.prefer_egl = true
opts.window_background_opacity = 0
opts.win32_system_backdrop = "Mica"