mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
29 lines
518 B
YAML
29 lines
518 B
YAML
name: pocketpy
|
|
description: A lightweight Python interpreter for game engines.
|
|
version: 0.5.0+7
|
|
homepage: https://pocketpy.dev
|
|
repository: https://github.com/blueloveth/pocketpy
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
flutter: ">=2.5.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
ffi: ^2.0.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
ffiPlugin: true
|
|
ios:
|
|
ffiPlugin: true
|
|
windows:
|
|
ffiPlugin: true |