Fix documentations

This commit is contained in:
Hajime Hoshi 2019-08-18 18:33:51 +09:00
parent f5a514646d
commit 876e61dd98
2 changed files with 4 additions and 5 deletions

View File

@ -19,8 +19,8 @@ Ebiten is an open-source game library, with which you can develop 2D games with
* macOS
* Linux
* FreeBSD
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
* Android
* iOS
* Web browsers (Chrome, Firefox, Safari and Edge)
* [GopherJS](https://github.com/hajimehoshi/ebiten/wiki/GopherJS)
* [WebAssembly](https://github.com/hajimehoshi/ebiten/wiki/WebAssembly) (Experimental)

View File

@ -14,10 +14,9 @@
// Package mobile provides functions for mobile platforms (Android and iOS).
//
// This package is used when you use `gomobile bind`.
// For `gomobile build`, you don't have to use this package.
// This package is used when you use `ebitenmobile bind`.
//
// For usage, see https://github.com/hajimehoshi/ebiten/wiki/Mobile, https://github.com/hajimehoshi/ebiten/wiki/Android and https://github.com/hajimehoshi/ebiten/wiki/iOS.
// For usage, see https://ebiten.org/mobile.html.
package mobile
import (