mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 13:27:24 +00:00
fix compiler error in windows release
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
* @LastEditTime: 2020-12-02 11:36:40
|
||||
-->
|
||||
|
||||
## 0.2.3
|
||||
|
||||
* fix compiler error in windows release.
|
||||
|
||||
## 0.2.2
|
||||
|
||||
* add option to change max stack size.
|
||||
|
Submodule cxx/quickjs updated: fc5dca513b...16e640b3dc
@@ -82,7 +82,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.2.2"
|
||||
version: "0.2.3"
|
||||
flutter_test:
|
||||
dependency: "direct dev"
|
||||
description: flutter
|
||||
|
@@ -1,6 +1,6 @@
|
||||
name: flutter_qjs
|
||||
description: This plugin is a simple js engine for flutter using the `quickjs` project. Plugin currently supports all the platforms except web!
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
homepage: https://github.com/ekibun/flutter_qjs
|
||||
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user