mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Rename the project to go.ebiten
This commit is contained in:
parent
bc91c2210b
commit
773e3afa1d
@ -1,8 +1,8 @@
|
||||
package ebiten
|
||||
|
||||
import (
|
||||
"github.com/hajimehoshi/go-ebiten/graphics"
|
||||
"github.com/hajimehoshi/go-ebiten/graphics/opengl"
|
||||
"github.com/hajimehoshi/go.ebiten/graphics"
|
||||
"github.com/hajimehoshi/go.ebiten/graphics/opengl"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -15,8 +15,8 @@ package main
|
||||
//
|
||||
import "C"
|
||||
import (
|
||||
"github.com/hajimehoshi/go-ebiten"
|
||||
"github.com/hajimehoshi/go-ebiten/graphics"
|
||||
"github.com/hajimehoshi/go.ebiten"
|
||||
"github.com/hajimehoshi/go.ebiten/graphics"
|
||||
"image"
|
||||
"image/color"
|
||||
_ "image/png"
|
||||
|
@ -6,7 +6,7 @@ package opengl
|
||||
// #include <stdlib.h>
|
||||
import "C"
|
||||
import (
|
||||
"github.com/hajimehoshi/go-ebiten/graphics"
|
||||
"github.com/hajimehoshi/go.ebiten/graphics"
|
||||
)
|
||||
|
||||
type Device struct {
|
||||
|
@ -7,7 +7,7 @@ package opengl
|
||||
import "C"
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/hajimehoshi/go-ebiten/graphics"
|
||||
"github.com/hajimehoshi/go.ebiten/graphics"
|
||||
"image"
|
||||
"image/color"
|
||||
"unsafe"
|
||||
|
Loading…
Reference in New Issue
Block a user