Skip to content

Commit b164f96

Browse files
iamazygoogyouhua
andauthored
feat: support scrollbar (#29)
* feat: add scroll bar * chore: bump to egui 0.32 --------- Co-authored-by: gongyh <[email protected]>
1 parent 97982b1 commit b164f96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+183
-8931
lines changed

Cargo.toml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"crates/egui-dock",
54
"crates/egui-term",
6-
"crates/egui-theme-switch",
75
"crates/egui-toast",
86
"nxshell",
97
]
@@ -22,37 +20,33 @@ keywords = ["terminal", "egui"]
2220
[workspace.dependencies]
2321
alacritty_terminal = { git = "https://github.com/alacritty/alacritty" }
2422
anyhow = "1"
25-
catppuccin-egui = { version = "5.5", default-features = false }
23+
catppuccin-egui = { version = "5.6", default-features = false }
2624
chrono = "0.4"
2725
copypasta = "0.10"
28-
duplicate = "2"
29-
eframe = "0.31"
30-
egui = "0.31"
31-
egui_extras = "0.31"
32-
egui_form = "0.5"
33-
egui-phosphor = "0.9"
34-
egui-theme-switch = "0.2.3"
35-
egui-toast = "0.16"
26+
eframe = "0.32"
27+
egui = "0.32"
28+
egui_dock = "0.17"
29+
egui_extras = "0.32"
30+
egui_form = "0.6"
31+
egui-phosphor = "0.10"
32+
egui-theme-switch = "0.4"
3633
garde = "0.22"
3734
homedir = "0.3"
3835
indexmap = "2"
3936
open = "5"
4037
orion = "0.17"
4138
parking_lot = "0.12"
42-
paste = "1"
4339
polling = "3"
4440
rusqlite = "0.33"
4541
rustix = "0.38"
46-
serde = "1"
4742
signal-hook = "0.3"
4843
smol = "2"
4944
thiserror = "2"
5045
tracing = "0.1"
5146
tracing-subscriber = "0.3"
52-
uuid = "1"
53-
validator = "0.20"
5447
wezterm-ssh = { git = "https://github.com/iamazy/wezterm.git", branch = "nxssh" }
5548
windows = "0.59"
49+
wgpu = "25"
5650

5751
[profile.release]
5852
strip = true

crates/egui-dock/Cargo.toml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)