feat: 初始化 Cargo workspace + core crate 脚手架

创建 Rust 工作区,包含 core(纯游戏逻辑)和 gui(Tauri 占位)两个 crate。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 23:49:50 +08:00
parent 1d2cd15fe9
commit 1e0d5f0c43
9 changed files with 1789 additions and 46 deletions
+13 -46
View File
@@ -1,47 +1,14 @@
# 编译生成的可执行文件
*.out
*.app
# IDE配置文件
.idea/
.vscode/
.vs/
# Trae AI配置文件
.trae/
# 临时文件
*.tmp
*.temp
*.log
# 系统文件
node_modules
dist
dist-ssr
*.local
target/
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
Thumbs.db
# 备份文件
*.bak
*.backup
# 调试文件
*.pdb
*.ilk
# 对象文件
*.obj
# 打包文件
dist/
# 编译生成的对象文件
obj/
build/
# 临时游戏存档
records/
# 运行时配置(含 API Key
bin/gobang_config.ini
# 编译产物
bin/gobang_gui.exe
*.suo
*.sw?
.claude/
.codegraph/
CLAUDE.md