From 3891cfbda9947748c159970547e06f89d2508e26 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 22 Apr 2024 23:41:21 +0100 Subject: Add end screen --- go.mod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0e8272e..806ffc6 100644 --- a/go.mod +++ b/go.mod @@ -9,9 +9,12 @@ require ( github.com/ebitengine/hideconsole v1.0.0 // indirect github.com/ebitengine/oto/v3 v3.2.0 // indirect github.com/ebitengine/purego v0.7.0 // indirect + github.com/go-text/typesetting v0.1.1-0.20240325125605-c7936fe59984 // indirect github.com/jezek/xgb v1.1.1 // indirect github.com/jfreymuth/oggvorbis v1.0.5 // indirect github.com/jfreymuth/vorbis v1.0.2 // indirect + golang.org/x/image v0.15.0 // indirect golang.org/x/sync v0.6.0 // indirect golang.org/x/sys v0.18.0 // indirect + golang.org/x/text v0.14.0 // indirect ) -- cgit v1.2.1