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