mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-21 09:08:57 +00:00
* Update cores setting for ps1 * Update PS3 output + use bytes per row to get the correct number of bytes per row * Add more inputs * Update input * Fix input * Add resize image comment * Update screenshot * Try side by side * Update Image side by side * Add image side by side * Update landing page * Add landing page image * Update landing page image
16 lines
559 B
Modula-2
Vendored
16 lines
559 B
Modula-2
Vendored
module github.com/giongto35/cloud-game
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.43.0
|
|
github.com/gen2brain/x264-go v0.0.0-20180306035800-58f586137654
|
|
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pion/webrtc/v2 v2.1.2
|
|
github.com/prometheus/client_golang v1.1.0
|
|
gopkg.in/hraban/opus.v2 v2.0.0-20180426093920-0f2e0b4fc6cd
|
|
)
|