Skip to content

Commit

Permalink
[native_assets_builder] Release 0.6.0 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Mar 22, 2024
1 parent b59a55d commit 9a691ac
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
8 changes: 3 additions & 5 deletions pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_bui
environment:
sdk: '>=3.3.0 <4.0.0'

publish_to: none

dependencies:
graphs: ^2.3.1
logging: ^1.2.0
# native_assets_cli: ^0.4.2
native_assets_cli:
path: ../native_assets_cli/
native_assets_cli: ^0.5.0
# native_assets_cli:
# path: ../native_assets_cli/
package_config: ^2.1.0
yaml: ^3.1.2
yaml_edit: ^2.1.0
Expand Down
5 changes: 3 additions & 2 deletions pkgs/native_assets_builder/test_data/native_add/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ dependencies:
native_assets_cli: ^0.5.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.4.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ dependencies:
native_assets_cli: ^0.5.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.4.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ dependencies:
native_assets_cli: ^0.5.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.4.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ dependencies:
native_assets_cli: ^0.5.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.4.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
5 changes: 3 additions & 2 deletions pkgs/native_assets_cli/example/use_dart_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ dependencies:
native_assets_cli: ^0.5.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.4.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^10.0.0
Expand Down

0 comments on commit 9a691ac

Please sign in to comment.