Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ae953f

Browse files
author
Kindness
committed
feat: Add Windows ARM64 support to cargokit build targets
1 parent 80b10a3 commit 6ae953f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

flutter_package/cargokit/build_tool/lib/src/target.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ class Target {
4343
rust: 'x86_64-pc-windows-msvc',
4444
flutter: 'windows-x64',
4545
),
46+
Target(
47+
rust: 'aarch64-pc-windows-msvc',
48+
flutter: 'windows-arm64',
49+
),
4650
Target(
4751
rust: 'x86_64-unknown-linux-gnu',
4852
flutter: 'linux-x64',

0 commit comments

Comments
 (0)