| name: scenario_app | |
| publish_to: none | |
| environment: | |
| sdk: '>=2.12.0-0 <3.0.0' | |
| # These are for convenience during local development. Changing them will not | |
| # impact the build. | |
| dependencies: | |
| sky_engine: | |
| path: ../../../out/host_debug_unopt/gen/dart-pkg/sky_engine | |
| sky_services: | |
| path: ../../../out/host_debug_unopt/gen/dart-pkg/sky_services | |
| vector_math: ^2.0.8 | |
| dependency_overrides: | |
| meta: | |
| path: ../../../third_party/dart/pkg/meta |