Skip to content

Commit

Permalink
Update some descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
BeichenY1 committed May 10, 2024
1 parent f579f71 commit c24a5ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruxgo"
version = "0.9.6"
version = "0.9.7"
edition = "2021"
authors = ["Zewei Yang <[email protected]>"]
description = "A Cargo-like build tool for building C and C++ applications"
Expand Down
3 changes: 2 additions & 1 deletion doc/ruxgo_book/src/guide/builder_module.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# builder 模块

**[build]** 模块描述了编译器的类型。它包含 `compiler`
**[build]** 模块描述了基本的构建选项,具体如下

- `compiler`: 指定编译器类型,例如: "gcc"。

- `app`: 指定 app 可执行文件的路径。
2 changes: 1 addition & 1 deletion doc/ruxgo_book/src/guide/target_module.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# target 模块

**[targets]** 模块是 Toml 的核心部分,主要用于描述源代码的构建过程和库之间的依赖关系,如下所示:
**[targets]** 模块是 Toml 的核心部分,主要用于描述源代码的构建过程和库之间的依赖关系,具体如下:

- `name`: 指定目标的名称,如果是 "dll" 类型,必须以 "lib_" 开头。

Expand Down

0 comments on commit c24a5ec

Please sign in to comment.