change: make opencv as optional build tags

This commit is contained in:
debugtalk
2022-09-21 15:37:10 +08:00
parent 60d85cc2b0
commit d4311fa1a0
6 changed files with 187 additions and 133 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
//go:build opencv
package uixt
import (
"image"
"sort"
"github.com/electricbubble/gwda"
)