Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: pubspec.yaml

Issue 1138063003: pkg/box2d: 0.2.0 release (Closed) Base URL: https://github.com/google/dbox2d.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/src/particle/stack_queue.dart ('k') | tool/ensure_dartfmt.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: box2d 1 name: box2d
2 version: 0.2.0-alpha.0 2 version: 0.2.0
3 authors: 3 authors:
4 - Kevin Moore <kevmoo@google.com> 4 - Kevin Moore <kevmoo@google.com>
5 - Srdjan Mitrovic <srdjan@google.com> 5 - Srdjan Mitrovic <srdjan@google.com>
6 description: A Dart 2D physics engine 6 description: A Dart 2D physics engine
7 homepage: https://github.com/google/box2d.dart 7 homepage: https://github.com/google/box2d.dart
8 dependencies: 8 dependencies:
9 vector_math: '>=1.4.3 <2.0.0' 9 vector_math: '>=1.4.3 <2.0.0'
10 dev_dependencies: 10 dev_dependencies:
11 browser: '>=0.10.0 <0.11.0' 11 browser: '>=0.10.0 <0.11.0'
12 transformers: 12 transformers:
13 - $dart2js: 13 - $dart2js:
14 commandLineOptions: 14 commandLineOptions:
15 - --trust-type-annotations 15 - --trust-type-annotations
16 - --trust-primitives 16 - --trust-primitives
OLDNEW
« no previous file with comments | « lib/src/particle/stack_queue.dart ('k') | tool/ensure_dartfmt.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698