mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-09 03:59:22 +08:00
![]() * [v3-Windows] New DIP system for Enhanced High DPI Monitor Support * Update changelog * Remove asset middleware * Remove SetThreadDpiAwarenessContext() * Fix macOS build. * Fill missing screens fields (linux, darwin) * Skip DPI transformation on unsupported platforms * Simplify distanceFromRectSquared() * Update v3/pkg/application/screenmanager.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
desktop | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
runtime_darwin.go | ||
runtime_dev.go | ||
runtime_linux.go | ||
runtime_prod.go | ||
runtime_windows.go | ||
runtime.go | ||
Taskfile.yaml | ||
vite.config.ts |
Runtime
To rebuild the runtime run task build-runtime
or if you have Wails v3 CLI, you can use wails3 task build-runtime
.