docs: update README with detailed desktop features and setup requirements

This commit is contained in:
2026-07-17 14:41:10 +03:00
parent 55fbd357b0
commit 54fb100d3c
35 changed files with 3469 additions and 162 deletions
+10 -1
View File
@@ -2,4 +2,13 @@ module tea.chunkbyte.com/kato/captioneer
go 1.26.2
require github.com/k2-fsa/sherpa-onnx-go-linux v1.13.4
require (
github.com/diamondburned/gotk4/pkg v0.3.1
github.com/k2-fsa/sherpa-onnx-go-linux v1.13.4
)
require (
github.com/KarpelesLab/weak v0.1.1 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)