Skip to content

Commit

Permalink
dual gpu support
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Jul 30, 2023
1 parent 6686b64 commit df11584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions server/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"

"github.com/Teages/go-vdigi"
"github.com/Teages/vTablet/internal/logger"
"golang.org/x/net/websocket"
)

Expand All @@ -37,7 +36,6 @@ type ScreenData struct {
}

func connecter(w http.ResponseWriter, r *http.Request) {
logger.Log("cat")
w.Header().Set("Content-Type", "application/json")
w.Header().Set("Access-Control-Allow-Origin", "https://vtablet.teages.xyz")
w.WriteHeader(http.StatusOK)
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
)

require (
github.com/Teages/go-vdigi v0.1.4
github.com/Teages/go-vdigi v0.2.0
github.com/Teages/go-vfile v0.0.2
github.com/getlantern/systray v1.2.1
github.com/go-ole/go-ole v1.2.6 // indirect
Expand Down
8 changes: 2 additions & 6 deletions server/go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
github.com/Teages/go-autostart v0.0.0-20220902154128-6e07ff286975 h1:fJyPPigvnVBwmCsY8I3C9Ag4RsN+dRAqm5uq6fkbMMM=
github.com/Teages/go-autostart v0.0.0-20220902154128-6e07ff286975/go.mod h1:x1oXrbaZQHmTTE9pLj3LYjefeLkEYY+AAq/RODO9Cfg=
github.com/Teages/go-vdigi v0.1.2 h1:OlP04zhOR1fCqoqGAww1oL7cm7rkaoyZGl8TwmXQwvY=
github.com/Teages/go-vdigi v0.1.2/go.mod h1:fcSffmrQ8TJu8GH//dIbnEbw9g8BxQPrJYs5aUAyd1A=
github.com/Teages/go-vdigi v0.1.3 h1:pL75c59qD1J86BKLVoNkWx9uS1miFyqBxJULkbKX6x4=
github.com/Teages/go-vdigi v0.1.3/go.mod h1:fcSffmrQ8TJu8GH//dIbnEbw9g8BxQPrJYs5aUAyd1A=
github.com/Teages/go-vdigi v0.1.4 h1:NZXVfXsmBp7iNiVrDxTCGD1RZzLRfC4CSOvhJmUW9Hw=
github.com/Teages/go-vdigi v0.1.4/go.mod h1:fcSffmrQ8TJu8GH//dIbnEbw9g8BxQPrJYs5aUAyd1A=
github.com/Teages/go-vdigi v0.2.0 h1:94efgR51aLROQ3Burn5qchSaWBcMzr69k4ibQHdWeMY=
github.com/Teages/go-vdigi v0.2.0/go.mod h1:fcSffmrQ8TJu8GH//dIbnEbw9g8BxQPrJYs5aUAyd1A=
github.com/Teages/go-vfile v0.0.2 h1:u2XOUsMrX9CIWp7s+pfMjlnrv3pUtijHdWxbqnmf+6E=
github.com/Teages/go-vfile v0.0.2/go.mod h1:LhuEFb4vgmxCu3wzpgy9xNAF/2K+Awigkp+HMW5eXxM=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
Expand Down

0 comments on commit df11584

Please sign in to comment.