Changed import paths
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Plugin wintergreen provides a calm, bluish green theme.
|
||||
package main
|
||||
|
||||
import "git.tebibyte.media/sashakoshka/tomo"
|
||||
import "git.tebibyte.media/sashakoshka/tomo/plugins/wintergreen/wintergreen"
|
||||
import "tomo"
|
||||
import "tomo/plugins/wintergreen/wintergreen"
|
||||
|
||||
func Expects () tomo.Version {
|
||||
return tomo.Version { 0, 0, 0 }
|
||||
|
||||
@@ -7,11 +7,11 @@ import _ "image/png"
|
||||
import "image/color"
|
||||
import "golang.org/x/image/font"
|
||||
import "golang.org/x/image/font/basicfont"
|
||||
import "git.tebibyte.media/sashakoshka/tomo"
|
||||
import "git.tebibyte.media/sashakoshka/tomo/data"
|
||||
import "git.tebibyte.media/sashakoshka/tomo/artist"
|
||||
import "git.tebibyte.media/sashakoshka/tomo/artist/artutil"
|
||||
import "git.tebibyte.media/sashakoshka/tomo/artist/patterns"
|
||||
import "tomo"
|
||||
import "tomo/data"
|
||||
import "tomo/artist"
|
||||
import "tomo/artist/artutil"
|
||||
import "tomo/artist/patterns"
|
||||
|
||||
//go:embed assets/wintergreen.png
|
||||
var defaultAtlasBytes []byte
|
||||
|
||||
Reference in New Issue
Block a user