5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 04:11:05 +08:00
wails/v2/examples/customlayout
dependabot[bot] 2686d5c61a
Bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2/examples/customlayout (#2409)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-02-23 20:04:29 +11:00
..
build Modularize wails (#2009) 2022-11-03 21:21:40 +11:00
cmd/customlayout Modularize wails (#2009) 2022-11-03 21:21:40 +11:00
myfrontend examples/customlayout: feature: add event listener for enter key (#2176) 2022-12-03 10:16:46 +11:00
.gitignore Modularize wails (#2009) 2022-11-03 21:21:40 +11:00
go.mod Bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2/examples/customlayout (#2409) 2023-02-23 20:04:29 +11:00
go.sum Bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2/examples/customlayout (#2409) 2023-02-23 20:04:29 +11:00
README.md Modularize wails (#2009) 2022-11-03 21:21:40 +11:00

README

This is an example project that shows how to use a custom layout. Run wails build in the cmd/customlayout directory to build the project.