提交 7e5b6c96 编写于 作者: A Adam Barth

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.
上级 5a4a674d
...@@ -7,8 +7,7 @@ group("examples") { ...@@ -7,8 +7,7 @@ group("examples") {
deps = [ deps = [
"//examples/demo_launcher", "//examples/demo_launcher",
# TODO(abarth): Add fitness back once playfair rolls "//examples/fitness",
#"//examples/fitness",
"//examples/game", "//examples/game",
"//examples/mine_digger", "//examples/mine_digger",
"//examples/rendering", "//examples/rendering",
......
...@@ -2,7 +2,7 @@ name: fitness ...@@ -2,7 +2,7 @@ name: fitness
dependencies: dependencies:
sky: any sky: any
sky_tools: any sky_tools: any
playfair: any playfair: "^0.0.5"
path: "^1.3.6" path: "^1.3.6"
dependency_overrides: dependency_overrides:
material_design_icons: material_design_icons:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册