mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
doc: Fix README
This commit is contained in:
parent
56c4e71859
commit
bae27e19d7
@ -12,6 +12,8 @@
|
|||||||
* Windows
|
* Windows
|
||||||
* Mac OS X
|
* Mac OS X
|
||||||
* Linux
|
* Linux
|
||||||
|
* Android (WIP)
|
||||||
|
* iOS (WIP)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -15,8 +15,9 @@
|
|||||||
package graphics
|
package graphics
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/hajimehoshi/ebiten/internal/graphics/opengl"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/hajimehoshi/ebiten/internal/graphics/opengl"
|
||||||
)
|
)
|
||||||
|
|
||||||
type shaderId int
|
type shaderId int
|
||||||
|
Loading…
Reference in New Issue
Block a user