Skip to content

Commit a1ab2b7

Browse files
committed
docs(readme): expand Acknowledgments with key dependencies
Credit ropey, two-face, harfrust, terminal stack, image, rust-i18n, and clarify egui/eframe. Mirrors English and Chinese READMEs. Made-with: Cursor
1 parent 1ae6e01 commit a1ab2b7

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,11 +652,16 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
652652
## Acknowledgments
653653

654654
### Libraries
655-
- [egui](https://github.com/emilk/egui) - Immediate mode GUI library for Rust
655+
- [egui](https://github.com/emilk/egui) and eframe - Immediate mode GUI and native window integration
656+
- [ropey](https://github.com/cessen/ropey) - Rope text buffer for large-file editing
656657
- [comrak](https://github.com/kivikakk/comrak) - CommonMark + GFM compatible Markdown parser
657-
- [syntect](https://github.com/trishume/syntect) - Syntax highlighting library
658+
- [syntect](https://github.com/trishume/syntect) and [two-face](https://github.com/CosmicHorrorDev/two-face) - Syntax highlighting and extra language definitions
659+
- [harfrust](https://github.com/harfbuzz/harfrust) - OpenType text shaping for complex scripts
658660
- [git2](https://github.com/rust-lang/git2-rs) - libgit2 bindings for Rust
661+
- [portable-pty](https://github.com/wez/wezterm) and [vte](https://github.com/alacritty/vte) - Integrated terminal (PTY and ANSI parsing)
662+
- [image](https://github.com/image-rs/image) - Raster image decoding (markdown preview and image viewer)
659663
- [hayro](https://github.com/LaurenzV/hayro) - Pure Rust PDF rasterization (PDF viewer tabs)
664+
- [rust-i18n](https://github.com/longbridge/rust-i18n) - Internationalization
660665
- [Inter](https://rsms.me/inter/) and [JetBrains Mono](https://www.jetbrains.com/lp/mono/) fonts
661666

662667
### Development Tools

README.zh-CN.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,11 +597,16 @@ Rust 1.70+,egui/eframe 图形界面,comrak Markdown 解析,ropey 绳索文
597597
## 致谢
598598

599599
###
600-
- [egui](https://github.com/emilk/egui) — Rust 即时模式 GUI
600+
- [egui](https://github.com/emilk/egui) 与 eframe — 即时模式 GUI 与原生窗口集成
601+
- [ropey](https://github.com/cessen/ropey) — 大文件编辑用 rope 文本缓冲
601602
- [comrak](https://github.com/kivikakk/comrak) — CommonMark + GFM Markdown 解析
602-
- [syntect](https://github.com/trishume/syntect) — 语法高亮
603+
- [syntect](https://github.com/trishume/syntect)[two-face](https://github.com/CosmicHorrorDev/two-face) — 语法高亮与扩展语言定义
604+
- [harfrust](https://github.com/harfbuzz/harfrust) — 复杂文本的 OpenType 字形排版
603605
- [git2](https://github.com/rust-lang/git2-rs) — libgit2 Rust 绑定
606+
- [portable-pty](https://github.com/wez/wezterm)[vte](https://github.com/alacritty/vte) — 集成终端(PTY 与 ANSI 解析)
607+
- [image](https://github.com/image-rs/image) — 光栅图像解码(Markdown 预览与图片查看)
604608
- [hayro](https://github.com/LaurenzV/hayro) — 纯 Rust PDF 光栅化(PDF 查看标签页)
609+
- [rust-i18n](https://github.com/longbridge/rust-i18n) — 国际化(i18n)
605610
- [Inter](https://rsms.me/inter/)[JetBrains Mono](https://www.jetbrains.com/lp/mono/) 字体
606611

607612
### 开发工具

0 commit comments

Comments
 (0)