app/internal/window: use golang.org/x/window UTF-16 routines

Less code, no functional change.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-03-04 13:31:56 +01:00
parent 2bd539d2de
commit b1dfc94a9b
3 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ go 1.14
require (
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/image v0.0.0-20200618115811-c13761719519
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
golang.org/x/sys v0.0.0-20210304124612-50617c2ba197
)