Skip to content

Commit

Permalink
add: increase editor pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Le Saux committed May 2, 2024
1 parent ccfed81 commit 3d83ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/oliamb/cutter v0.2.2
github.com/pbnjay/pixfont v0.0.0-20200714042608-33b744692567
github.com/pierrec/lz4 v2.6.1+incompatible
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
)

require (
Expand All @@ -34,7 +34,7 @@ require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/goki/freetype v1.0.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jeromelesaux/fyne-io v0.0.0-20240501091249-bc1d31dc25dd
github.com/jeromelesaux/fyne-io v0.0.0-20240501192640-7a74c8748a33
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762 // indirect
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ github.com/jeromelesaux/fyne-io v0.0.0-20240501083012-272db0816d59 h1:6Nnrx2eu2E
github.com/jeromelesaux/fyne-io v0.0.0-20240501083012-272db0816d59/go.mod h1:PHMS7sRywpN563NOk5OKuI4LS6dEo7dZFfvApM6z/AE=
github.com/jeromelesaux/fyne-io v0.0.0-20240501091249-bc1d31dc25dd h1:a7donFr2bBtqNvmTyjt9ymCiIko/UV15emLFQklz2V4=
github.com/jeromelesaux/fyne-io v0.0.0-20240501091249-bc1d31dc25dd/go.mod h1:PHMS7sRywpN563NOk5OKuI4LS6dEo7dZFfvApM6z/AE=
github.com/jeromelesaux/fyne-io v0.0.0-20240501192640-7a74c8748a33 h1:vMCQF9AyK5mR6FtYoQ8Vfkt34g/VoB9cvDDhaTd4lYw=
github.com/jeromelesaux/fyne-io v0.0.0-20240501192640-7a74c8748a33/go.mod h1:dsEn41lwXG/HadYC+I6sk0wDVFWeiFKtp+ADjO856QU=
github.com/jeromelesaux/m4client v0.0.0-20200309212559-efb59c22369c/go.mod h1:JO0ijl8YXO6FxogJoC3yAFbBjSAnkwFquc8W6C7k94E=
github.com/jeromelesaux/m4client v0.0.0-20230327092026-4e80fd2b1474 h1:CWtkpA4Q63pkhHWRrd/e98JD4YVZhk3SZu58bUkQsuI=
github.com/jeromelesaux/m4client v0.0.0-20230327092026-4e80fd2b1474/go.mod h1:Xc0HzC2TZ7fbDWyB8LosvziBQ5QvvwVt3xxAIEavWRc=
Expand Down Expand Up @@ -350,6 +352,7 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tevino/abool v1.2.0 h1:heAkClL8H6w+mK5md9dzsuohKeXHUpY7Vw0ZCKW+huA=
github.com/tevino/abool v1.2.0/go.mod h1:qc66Pna1RiIsPa7O4Egxxs9OqkuxDX55zznh9K07Tzg=
Expand Down

0 comments on commit 3d83ec4

Please sign in to comment.