mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-15 08:29:29 +08:00
![]() The commit introduces a set of webview GPU policies to control hardware acceleration. These policies define when hardware acceleration is enabled on the webview. An option for this has been added to the LinuxWindow struct for Linux specific windows. Additional code modification was carried out to use this new GPU policy option when calling `windowNew` function. Finally, the sequence of the GPU Policies in the const declaration has been updated for better readability. |
||
---|---|---|
.. | ||
cmd/wails3 | ||
examples | ||
internal | ||
pkg | ||
plugins | ||
tasks | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.yml | ||
go.mod | ||
go.sum | ||
README.md | ||
Taskfile.yaml |
v3 Alpha
Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.
Getting Started
All the instructions for getting started are in the v3 documentation directory: mkdocs-website
.
Please read the README.md file in that directory for more information.