mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-24 00:03:45 +08:00
9 lines
297 B
Dart
9 lines
297 B
Dart
/// This is copied from Cargokit (which is the official way to use it currently)
|
|
/// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin
|
|
|
|
import 'package:build_tool/build_tool.dart' as build_tool;
|
|
|
|
void main(List<String> arguments) {
|
|
build_tool.runMain(arguments);
|
|
}
|