feat: add fps monitor (#12)

Reviewed-on: https://git.reya.su/reya/signed/pulls/12
This commit was merged in pull request #12.
This commit is contained in:
2026-09-02 00:35:59 +00:00
parent adbf49b6b7
commit 92afc5941e
4 changed files with 129 additions and 67 deletions
+1
View File
@@ -22,6 +22,7 @@ reqwest_client = { git = "https://github.com/zed-industries/zed" }
# code preview (fenced code blocks are highlighted with tree-sitter).
gpui-component = { git = "https://github.com/longbridge/gpui-component", features = ["tree-sitter-languages"] }
gpui-base = { git = "https://github.com/longbridge/gpui-component" }
gpui-fps = { git = "https://github.com/longbridge/gpui-component" }
dock = { path = "crates/dock" }
settings = { path = "crates/settings" }