working workspaces
This commit is contained in:
parent
6a6a6b8f86
commit
30af165d02
54 changed files with 5065 additions and 158 deletions
26
rust_builder/pubspec.yaml
Normal file
26
rust_builder/pubspec.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
name: rust_lib_flight
|
||||
description: "Utility to build Rust code"
|
||||
version: 0.0.1
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.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: ^11.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^2.0.0
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
platforms:
|
||||
linux:
|
||||
ffiPlugin: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue