mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-09 21:20:17 +00:00
some fix
This commit is contained in:
parent
4c14460961
commit
c4a89ed186
@ -49,7 +49,7 @@ Some variables can be set to control the build process:
|
||||
+ `PK_BUILD_SHARED_LIB` - Build the shared (for C-APIs only)
|
||||
+ `PK_ENABLE_OS` - Enable OS related features (default mode is sandboxed)
|
||||
|
||||
It is safe to use `main` branch in production.
|
||||
It is safe to use `main` branch in production if CI is green.
|
||||
|
||||
### Compile Flags
|
||||
|
||||
@ -197,10 +197,6 @@ Your sponsorship will help us develop pkpy continuously.
|
||||
|
||||
An excellent learning material. It illustrates how Python's virtual machine works.
|
||||
|
||||
+ [box2d](https://box2d.org/)
|
||||
|
||||
The world's best 2D physics engine, written by Erin Catto. `box2d` now becomes a built-in module in pkpy `v1.1.3` and later.
|
||||
|
||||
|
||||
## Star History
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <typeinfo>
|
||||
#include <initializer_list>
|
||||
|
||||
#define PK_VERSION "1.4.2"
|
||||
#define PK_VERSION "1.4.3"
|
||||
|
||||
#include "config.h"
|
||||
#include "export.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user