mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

sky_viewer.mojo no longer needs a window manager embedding as of sky_engine 0.0.27, so this updates the sky_tools run_mojo command so it works again. This really should be expressed in the pubspec dependencies to avoid broken combinations but that needs to happen on the sky side.
27 lines
545 B
YAML
27 lines
545 B
YAML
name: sky_tools
|
|
version: 0.0.15
|
|
description: Tools for building Sky applications
|
|
homepage: https://github.com/domokit/sky_tools
|
|
author: Chromium Authors <sky-dev@googlegroups.com>
|
|
|
|
environment:
|
|
sdk: ">=1.8.0 <2.0.0"
|
|
|
|
dependencies:
|
|
archive: ^1.0.20
|
|
args: ^0.13.0
|
|
mustache4dart: ^1.0.0
|
|
path: ^1.3.0
|
|
shelf_route: ^0.13.4
|
|
shelf_static: ^0.2.3
|
|
shelf: ^0.6.2
|
|
test: ">=0.12.4+5 <0.12.5"
|
|
yaml: ^2.1.3
|
|
|
|
dev_dependencies:
|
|
mockito: "^0.10.1"
|
|
|
|
# Add the bin/sky_tools.dart script to the scripts pub installs.
|
|
executables:
|
|
sky_tools:
|