Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileSky committed Oct 21, 2024
2 parents 45833f6 + 44e8c70 commit c8fb71f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ version = "0.3.4"
path = "utils"

[dependencies.droid-wrap-derive]
version = "0.3.4"
version = "0.3.5"
path="derive"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions aapt2/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 安卓打包工具
# 安卓资源打包工具

## 简介

cargo-aapt2是用于生成apk的工具,和谷歌官方的[aapt2](https://developer.android.google.cn/tools/aapt2?hl=fi)的使用完全一致。
cargo-aapt2是用于编译、链接和优化apk资源的工具,和谷歌官方的[aapt2](https://developer.android.google.cn/tools/aapt2?hl=fi)的使用完全一致。
如果您不想花时间配置谷歌aapt2工具的环境,你可以简单的从rust生态系统中直接获取
```shell
cargo install cargo-aapt2
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repository.workspace = true

[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0.87"
proc-macro2 = "1.0.88"
quote = "1.0.37"

[dependencies.syn]
features = ["full"]
version = "2.0.79"
version = "2.0.82"

[lib]
proc-macro = true

0 comments on commit c8fb71f

Please sign in to comment.