mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 19:39:29 +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> |
||
---|---|---|
.. | ||
binding | ||
build | ||
clipboard | ||
contextmenus | ||
dev | ||
dialogs | ||
drag-n-drop | ||
environment | ||
events | ||
events-bug | ||
frameless | ||
hide-window | ||
ignore-mouse | ||
keybindings | ||
menu | ||
plain | ||
raw-message | ||
screen | ||
services | ||
show-macos-toolbar | ||
systray | ||
video | ||
window | ||
window-api | ||
wml | ||
linux_status.org | ||
README.md |
v3
NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.
Running the examples
cd v3/examples/<example>
go mod tidy
go run .
Compiling the examples
cd v3/examples/<example>
go mod tidy
go build
./<example>