diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-13 10:31:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-13 10:31:07 +0300 |
| commit | 4f4d430db11f4d7be9cb7c6562d611f088cc01cc (patch) | |
| tree | 071f180b0433efa60f9cbeaba6bc8e039ab545fc /go.mod | |
| parent | e32cd22fea7e575f0d007226c34f711387aba923 (diff) | |
Simplify UI: remove Days/Tag/What menus; reorder bottom controls to 'Log text', 'Clear', 'Preferences', char count. Simplify Preferences to directory only. Add Magefile with build, run, clean, android, androidcross targets; make run verbose for debugging.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ require ( github.com/godbus/dbus/v5 v5.1.0 // indirect github.com/gopherjs/gopherjs v1.17.2 // indirect github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect + github.com/magefile/mage v1.15.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect |
