graphicsdriver/opengl: Exclude bytes.go from non-mobile environments

This requires reflect and reflect prevents Ebiten from being compiiled
with TinyGo.

Updates #747
This commit is contained in:
Hajime Hoshi 2020-08-20 22:24:18 +09:00
parent 65d5b64d29
commit bd888f62b9

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build android ios
package opengl
import (