Skip to content

Commit

Permalink
Used git URL for opencv_ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Jan 30, 2024
1 parent 42c1c9e commit 905dcc9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
16 changes: 10 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ packages:
burt_network:
dependency: "direct main"
description:
path: "../burt_network"
relative: true
source: path
path: "."
ref: HEAD
resolved-ref: "7c912ca2ac98a8442a2d068873eef20ebb1bb05d"
url: "https://github.com/BinghamtonRover/Networking"
source: git
version: "1.1.0"
cli_util:
dependency: transitive
Expand Down Expand Up @@ -219,9 +221,11 @@ packages:
opencv_ffi:
dependency: "direct main"
description:
path: "../opencv_ffi"
relative: true
source: path
path: "."
ref: HEAD
resolved-ref: "2169f646936e7fe3be6d68a40e4ec704a42ca80e"
url: "https://github.com/Levi-Lesches/opencv_ffi"
source: git
version: "1.2.0"
package_config:
dependency: transitive
Expand Down
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ environment:

# Add regular dependencies here.
dependencies:
opencv_ffi: ^1.2.0
opencv_ffi:
# This is published to Pub, but using Git allows us to iterate faster
# Not using a dependency override here so that our CI can use the Git version as well
git: https://github.com/Levi-Lesches/opencv_ffi
burt_network:
git: https://github.com/BinghamtonRover/Networking
typed_isolate: ^3.0.0
ffi: ^2.1.0
protobuf: ^3.1.0

dependency_overrides:
opencv_ffi:
path: ../opencv_ffi

dev_dependencies:
ffigen: ^11.0.0
test: ^1.21.0
Expand Down

0 comments on commit 905dcc9

Please sign in to comment.