Skip to content

Commit

Permalink
Update egui
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Feb 15, 2024
1 parent 7ccce4a commit 81a557b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
40 changes: 21 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ path = "src/main.rs"
async-std = "1.12.0"
clap = { version = "4.1.8", features = ["derive"] }
color-hex = "0.2.0"
eframe = { version = "0.25.0", default-features = false, features = ["accesskit", "glow", "persistence"] }
egui = { version = "0.25.0", default-features = false, features = ["color-hex"] }
eframe = { version = "0.26.2", default-features = false, features = ["accesskit", "glow", "persistence"] }
egui = { version = "0.26.2", default-features = false, features = ["color-hex"] }
winit = { version = "0.29.4", features = ["wayland-csd-adwaita"] }
futures = "0.3.26"
opener = { version = "0.6.0", features = ["reveal"] }
Expand Down Expand Up @@ -56,3 +56,6 @@ winresource = "0.1.15"

[target.'cfg(target_os = "linux")'.dependencies]
dark-light = "1.0.0"

[patch.crates-io]
rfd = { git = "https://github.com/PolyMeilex/rfd" }

0 comments on commit 81a557b

Please sign in to comment.