diff --git a/pubspec.lock b/pubspec.lock index 4124518..3171eff 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index f2b9397..6be4ace 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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