Skip to content

Commit e6ceed6

Browse files
committed
feat: use vector math 32 instead of 64
1 parent e417dc4 commit e6ceed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export 'package:vector_math/vector_math_64.dart'
1+
export 'package:vector_math/vector_math.dart'
22
show Vector2, Matrix2, Vector3, Matrix3;

0 commit comments

Comments
 (0)