Merge pull request #160 from jD91mZM2/master

Fix termplay recipe
This commit is contained in:
Jeremy Soller 2018-06-01 18:44:32 -06:00 committed by GitHub
commit 3174730a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
GIT=https://github.com/jD91mZM2/termplay.git
CARGOFLAGS="--no-default-features --features termion --example termplay"
CARGOFLAGS="--no-default-features --features bin,termion"