mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Fix documentations
This commit is contained in:
parent
f5a514646d
commit
876e61dd98
@ -19,8 +19,8 @@ Ebiten is an open-source game library, with which you can develop 2D games with
|
|||||||
* macOS
|
* macOS
|
||||||
* Linux
|
* Linux
|
||||||
* FreeBSD
|
* FreeBSD
|
||||||
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
|
* Android
|
||||||
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
|
* iOS
|
||||||
* Web browsers (Chrome, Firefox, Safari and Edge)
|
* Web browsers (Chrome, Firefox, Safari and Edge)
|
||||||
* [GopherJS](https://github.com/hajimehoshi/ebiten/wiki/GopherJS)
|
* [GopherJS](https://github.com/hajimehoshi/ebiten/wiki/GopherJS)
|
||||||
* [WebAssembly](https://github.com/hajimehoshi/ebiten/wiki/WebAssembly) (Experimental)
|
* [WebAssembly](https://github.com/hajimehoshi/ebiten/wiki/WebAssembly) (Experimental)
|
||||||
|
@ -14,10 +14,9 @@
|
|||||||
|
|
||||||
// Package mobile provides functions for mobile platforms (Android and iOS).
|
// Package mobile provides functions for mobile platforms (Android and iOS).
|
||||||
//
|
//
|
||||||
// This package is used when you use `gomobile bind`.
|
// This package is used when you use `ebitenmobile bind`.
|
||||||
// For `gomobile build`, you don't have to use this package.
|
|
||||||
//
|
//
|
||||||
// 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
|
package mobile
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user