Skip to content

Commit

Permalink
fix: remove vector_math dependency (#1361)
Browse files Browse the repository at this point in the history
* remove vector_math dependency

* remove vector_math from flame_test
  • Loading branch information
christopherfujino committed Feb 9, 2022
1 parent fad9d1d commit 56b33da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
meta: ^1.7.0
collection: ^1.15.0
ordered_set: ^5.0.0
vector_math: '>=2.1.0 <3.0.0'

dev_dependencies:
flutter_test:
Expand Down
1 change: 0 additions & 1 deletion packages/flame_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
sdk: flutter
meta: ^1.7.0
test: ^1.17.10
vector_math: '>=2.1.0 <3.0.0'

dev_dependencies:
dartdoc: ^4.1.0
Expand Down

0 comments on commit 56b33da

Please sign in to comment.