1 Star 0 Fork 12

不朽灵都的人生/TauriApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lucas Nogueira 提交于 2022-10-09 02:53 +08:00 . chore(deps): set wry to git dev branch
[workspace]
members = [
# core
"core/tauri",
"core/tauri-runtime",
"core/tauri-runtime-wry",
"core/tauri-macros",
"core/tauri-utils",
"core/tauri-build",
"core/tauri-codegen",
# integration tests
"core/tests/restart",
"core/tests/app-updater"
]
exclude = [
# examples that can be compiled with the tauri CLI
"examples/api/src-tauri",
"examples/updater/src-tauri",
"examples/resources/src-tauri",
"examples/sidecar/src-tauri"
]
# default to small, optimized workspace release binaries
[profile.release]
panic = "abort"
codegen-units = 1
lto = true
incremental = false
opt-level = "s"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lt1946/TauriApp.git
git@gitee.com:lt1946/TauriApp.git
lt1946
TauriApp
TauriApp
dev

搜索帮助