mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 03:03:42 +08:00
35 lines
560 B
YAML
35 lines
560 B
YAML
name: rust_builder
|
|
description: "Utility to build Rust code"
|
|
version: 0.0.1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.2.0 <4.0.0'
|
|
flutter: '>=3.3.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
plugin_platform_interface: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
ffi: ^2.0.2
|
|
ffigen: ^9.0.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
ffiPlugin: true
|
|
ios:
|
|
ffiPlugin: true
|
|
linux:
|
|
ffiPlugin: true
|
|
macos:
|
|
ffiPlugin: true
|
|
windows:
|
|
ffiPlugin: true
|