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
|
||||
* 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)
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user