font: move to exp/font.
Change-Id: I62d5bcd829cb35e13843586b25829938778c79f5 Reviewed-on: https://go-review.googlesource.com/11133 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
parent
93e2526d55
commit
981e383923
@ -15,7 +15,7 @@ import (
|
||||
"time"
|
||||
|
||||
"code.google.com/p/freetype-go/freetype"
|
||||
"golang.org/x/mobile/font"
|
||||
"golang.org/x/mobile/exp/font"
|
||||
"golang.org/x/mobile/geom"
|
||||
"golang.org/x/mobile/gl/glutil"
|
||||
)
|
||||
|
@ -3,4 +3,4 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package font provides platform independent access to system fonts.
|
||||
package font // import "golang.org/x/mobile/font"
|
||||
package font // import "golang.org/x/mobile/exp/font"
|
Loading…
x
Reference in New Issue
Block a user