Fix termplay recipe

This commit is contained in:
jD91mZM2 2018-06-01 21:15:28 +02:00
parent 4050ed95a7
commit 972f243047
No known key found for this signature in database
GPG Key ID: 3055D54729A72666

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"