Update playfair revision

... and reattach fitness to the build. We detached fitness from the build
because it was seeing an old version of playfair that didn't work with the most
recent version of the Sky package.
This commit is contained in:
Adam Barth 2015-08-19 09:05:30 -07:00
parent 6b355f4f07
commit 194c616b2a
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@ group("examples") {
deps = [
"//examples/demo_launcher",
# TODO(abarth): Add fitness back once playfair rolls
#"//examples/fitness",
"//examples/fitness",
"//examples/game",
"//examples/mine_digger",
"//examples/rendering",

View File

@ -2,7 +2,7 @@ name: fitness
dependencies:
sky: any
sky_tools: any
playfair: any
playfair: "^0.0.5"
path: "^1.3.6"
dependency_overrides:
material_design_icons: