mirror of
https://gitcode.com/JianFeeeee/LuaCangjia_api.git
synced 2026-09-19 16:42:48 +00:00
修正部分描述性错误
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -38,4 +38,6 @@ cjpm.lock
|
||||
build-script-cache
|
||||
liboutput
|
||||
target
|
||||
lib/build
|
||||
lib/build
|
||||
|
||||
cangjie-repo.toml
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Lua Runner for Cangjie
|
||||
|
||||
[](LICENSE)
|
||||
[](LICENSE)
|
||||
[](https://www.lua.org/)
|
||||
[](https://cangjie-lang.cn/)
|
||||
|
||||
|
||||
@ -1,15 +1,13 @@
|
||||
[package]
|
||||
name = "luacangjie_api"
|
||||
name = "luarunner"
|
||||
version = "0.0.1"
|
||||
description = "Lua C API bindings for Cangjie"
|
||||
# 【修正】更新为您的实际编译器版本
|
||||
description = "Lite and High performance LuaRunner"
|
||||
cjc-version = "1.1.0"
|
||||
license = "GPLv3"
|
||||
output-type ="dynamic"
|
||||
|
||||
[dependencies]
|
||||
|
||||
# 【修正】显式声明测试依赖,版本号与 cjc-version 一致
|
||||
[test-dependencies]
|
||||
|
||||
[ffi.c]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package luacangjie_api
|
||||
package luarunner
|
||||
|
||||
// ==================== FFI底层 ====================
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package luacangjie_api
|
||||
package luarunner
|
||||
|
||||
import std.unittest.*
|
||||
import std.fs.*
|
||||
|
||||
Reference in New Issue
Block a user