Skip to content

Commit

Permalink
Update egui_dock requirement from 0.11 to 0.14
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: egui_dock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent be2444e commit cfa78d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spectator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bytes = "1.4.0"
clap = { version = "4.1.7", features = ["derive"] }
dashmap = { version = "6.0", features = ["serde"], optional = true }
eframe = { version = "0.26", features = ["ron", "persistence"], optional = true }
egui_dock = { version = "0.11", optional = true }
egui_dock = { version = "0.14", optional = true }
egui_extras = { version = "0.26", optional = true }
egui_plot = { version = "0.26", optional = true }
itertools = { version = "0.13", optional = true }
Expand Down

0 comments on commit cfa78d5

Please sign in to comment.