commit
80cfdfcb6a
|
@ -0,0 +1,21 @@
|
||||||
|
language: go
|
||||||
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- xorg-dev
|
||||||
|
- libx11-dev
|
||||||
|
- libxrandr-dev
|
||||||
|
- libxinerama-dev
|
||||||
|
- libxcursor-dev
|
||||||
|
- libxi-dev
|
||||||
|
go:
|
||||||
|
- 1.8
|
||||||
|
- 1.7.4
|
||||||
|
- tip
|
||||||
|
install:
|
||||||
|
- go get -t ./...
|
||||||
|
script:
|
||||||
|
- go test -i -race ./...
|
||||||
|
- go test -v -race ./...
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Pixel [](https://godoc.org/github.com/faiface/pixel) [](https://goreportcard.com/report/github.com/faiface/pixel) [](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
# Pixel [](https://travis-ci.org/faiface/pixel) [](https://godoc.org/github.com/faiface/pixel) [](https://goreportcard.com/report/github.com/faiface/pixel) [](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
||||||
A hand-crafted 2D game library in Go. Take a look into the [features](#features) to see what it can
|
A hand-crafted 2D game library in Go. Take a look into the [features](#features) to see what it can
|
||||||
do.
|
do.
|
||||||
|
|
Loading…
Reference in New Issue