50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
name: polyvox_filament
|
|
description: A Flutter plugin to wrap the Filament rendering engine.
|
|
version: 0.0.1
|
|
homepage:
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <3.11.0"
|
|
flutter: ">=1.20.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
vector_math: ^2.1.2
|
|
plugin_platform_interface: ^2.0.0
|
|
tuple:
|
|
ffi:
|
|
wasm_ffi:
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^1.0.0
|
|
ffigen: ^9.0.1
|
|
|
|
ffigen:
|
|
output: 'lib/generated_bindings.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'ios/include/PolyvoxFilamentFFIApi.h'
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
pluginClass: PolyvoxFilamentPlugin
|
|
package: app.polyvox.filament
|
|
ios:
|
|
pluginClass: SwiftPolyvoxFilamentPlugin
|
|
macos:
|
|
pluginClass: SwiftPolyvoxFilamentPlugin
|
|
windows:
|
|
pluginClass: PolyvoxFilamentPluginCApi
|
|
linux:
|
|
pluginClass: PolyvoxFilamentPlugin
|
|
web:
|
|
pluginClass: PolyvoxFilamentPluginWeb
|
|
fileName: PolyvoxFilamentPluginWeb.dart
|