修正部分描述性错误

This commit is contained in:
2026-03-21 20:35:58 +08:00
parent 8c216ef9e3
commit 8998ad6900
5 changed files with 8 additions and 8 deletions

4
.gitignore vendored
View File

@ -38,4 +38,6 @@ cjpm.lock
build-script-cache
liboutput
target
lib/build
lib/build
cangjie-repo.toml

View File

@ -1,6 +1,6 @@
# Lua Runner for Cangjie
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE)
[![Lua](https://img.shields.io/badge/Lua-5.4-blue)](https://www.lua.org/)
[![Cangjie](https://img.shields.io/badge/Cangjie-SDK-orange)](https://cangjie-lang.cn/)

View File

@ -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]

View File

@ -1,4 +1,4 @@
package luacangjie_api
package luarunner
// ==================== FFI底层 ====================

View File

@ -1,4 +1,4 @@
package luacangjie_api
package luarunner
import std.unittest.*
import std.fs.*