Skip to content

Commit

Permalink
Added native_assets_builder to the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Jan 13, 2025
1 parent 2998552 commit fefc30f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@ repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_bui
publish_to: none

environment:
sdk: '>=3.5.0 <4.0.0'
sdk: ^3.6.0

resolution: workspace
dependencies:
collection: ^1.18.0
crypto: ^3.0.6
file: ^7.0.1
graphs: ^2.3.1
logging: ^1.2.0
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../native_assets_cli/
native_assets_cli: ^0.10.0
package_config: ^2.1.0
yaml: ^3.1.2
yaml_edit: ^2.1.0

dev_dependencies:
dart_flutter_team_lints: ^2.1.1
dart_flutter_team_lints: ^3.2.0
file_testing: ^3.0.0
test: ^1.24.3
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ workspace:
- pkgs/ffigen
- pkgs/jni
- pkgs/jnigen
- pkgs/native_assets_builder

0 comments on commit fefc30f

Please sign in to comment.