go.*: update typesetting for truncator ordering fix

This commit updates our typesetting dependency to a version that properly
bidi-orders truncator runs. This fixes an issue in which the truncator
symbol could appear on the wrong side of text.

Fixes: https://todo.sr.ht/~eliasnaur/gio/634
Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
Chris Waldon
2025-02-21 07:00:52 -05:00
parent 0d23240556
commit 14a9fbcc0d
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ go 1.21
require (
eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d
gioui.org/shader v1.0.8
github.com/go-text/typesetting v0.2.1
github.com/go-text/typesetting v0.3.0
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
golang.org/x/image v0.18.0
golang.org/x/image v0.23.0
golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
golang.org/x/text v0.21.0
)