mirror of
https://gitcode.com/JianFeeeee/LuaCangjia_api.git
synced 2026-09-19 16:42:48 +00:00
release: luarunnerjit 包命名
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "luaRunner"
|
name = "luarunnerjit"
|
||||||
version = "0.2.2"
|
version = "0.2.6"
|
||||||
description = "Lite and High performance LuaRunner"
|
description = "LuaJIT 2.1 runner for Cangjie (typed interop)"
|
||||||
cjc-version = "1.1.0"
|
cjc-version = "1.1.0"
|
||||||
license = "LGPL-3.0-or-later"
|
license = "LGPL-3.0-or-later"
|
||||||
output-type ="dynamic"
|
output-type ="dynamic"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package luaRunner
|
package luarunnerjit
|
||||||
|
|
||||||
// ==================== FFI底层 ====================
|
// ==================== FFI底层 ====================
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package luaRunner
|
package luarunnerjit
|
||||||
|
|
||||||
import std.unittest.* // cjlint-ignore G.PKG.01
|
import std.unittest.* // cjlint-ignore G.PKG.01
|
||||||
import std.fs.* // cjlint-ignore G.PKG.01
|
import std.fs.* // cjlint-ignore G.PKG.01
|
||||||
|
|||||||
Reference in New Issue
Block a user