mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
update flutter plugin
This commit is contained in:
parent
416ee069fd
commit
db3e2379b9
@ -3181,13 +3181,13 @@ abstract class py_PredefinedTypes {
|
|||||||
static const int tp_array2d_iterator = 59;
|
static const int tp_array2d_iterator = 59;
|
||||||
}
|
}
|
||||||
|
|
||||||
const String PK_VERSION = '2.0.3';
|
const String PK_VERSION = '2.0.4';
|
||||||
|
|
||||||
const int PK_VERSION_MAJOR = 2;
|
const int PK_VERSION_MAJOR = 2;
|
||||||
|
|
||||||
const int PK_VERSION_MINOR = 0;
|
const int PK_VERSION_MINOR = 0;
|
||||||
|
|
||||||
const int PK_VERSION_PATCH = 3;
|
const int PK_VERSION_PATCH = 4;
|
||||||
|
|
||||||
const int PK_ENABLE_OS = 1;
|
const int PK_ENABLE_OS = 1;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: pocketpy
|
name: pocketpy
|
||||||
description: A lightweight Python interpreter for game engines. It supports Android/iOS/Windows/Linux/MacOS.
|
description: A lightweight Python interpreter for game engines. It supports Android/iOS/Windows/Linux/MacOS.
|
||||||
version: 2.0.3+1
|
version: 2.0.4
|
||||||
homepage: https://pocketpy.dev
|
homepage: https://pocketpy.dev
|
||||||
repository: https://github.com/pocketpy/pocketpy
|
repository: https://github.com/pocketpy/pocketpy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user