From de46a427410d9ad00ad26250075330fc810f2dc4 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Thu, 29 May 2025 14:21:21 +0800 Subject: 文档上的修改 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/runConfigurations/Export_Project.xml | 20 ++++++++++++++++++++ README.md | 2 +- ...216 Rust \345\267\245\345\205\267\351\223\276.md" | 17 +++++++++++++++++ .../\350\267\257\347\272\277.md" | 4 ++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .idea/runConfigurations/Export_Project.xml create mode 100644 "documents/\344\270\264\346\227\266/About Toolchain - \345\205\263\344\272\216 Rust \345\267\245\345\205\267\351\223\276.md" create mode 100644 "documents/\344\270\264\346\227\266/\350\267\257\347\272\277.md" diff --git a/.idea/runConfigurations/Export_Project.xml b/.idea/runConfigurations/Export_Project.xml new file mode 100644 index 0000000..3961e0d --- /dev/null +++ b/.idea/runConfigurations/Export_Project.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/README.md b/README.md index bc0f874..3e281d7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cargo build --workspace --release ``` -### 发布当前项目 +### 打包当前项目 ```shell cargo run --manifest-path .\export\Cargo.toml --bin export_project diff --git "a/documents/\344\270\264\346\227\266/About Toolchain - \345\205\263\344\272\216 Rust \345\267\245\345\205\267\351\223\276.md" "b/documents/\344\270\264\346\227\266/About Toolchain - \345\205\263\344\272\216 Rust \345\267\245\345\205\267\351\223\276.md" new file mode 100644 index 0000000..f3e947b --- /dev/null +++ "b/documents/\344\270\264\346\227\266/About Toolchain - \345\205\263\344\272\216 Rust \345\267\245\345\205\267\351\223\276.md" @@ -0,0 +1,17 @@ +# 关于工具链的使用 + +## Core + +| 平台 | 工具链名称 | +| ------- | ----------------------------- | +| Windows | stable-x86_64-pc-windows-msvc | +| Linux | NONE | +| Mac OS | NONE | + +## Console + +| 平台 | 工具链名称 | +| ------- | ----------------------------- | +| Windows | stable-x86_64-pc-windows-msvc | +| Linux | NONE | +| Mac OS | NONE | diff --git "a/documents/\344\270\264\346\227\266/\350\267\257\347\272\277.md" "b/documents/\344\270\264\346\227\266/\350\267\257\347\272\277.md" new file mode 100644 index 0000000..6f4481c --- /dev/null +++ "b/documents/\344\270\264\346\227\266/\350\267\257\347\272\277.md" @@ -0,0 +1,4 @@ +1. 使用 Bevy 完成客户端图形界面的制作 +2. 完善核心层的事件逻辑处理 +3. 完善Csharp的绑定 +4. ... \ No newline at end of file -- cgit