Skip to content

Commit

Permalink
webpage: Cargo: Add egui_autocomplete and syntect
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 12, 2024
1 parent fef5fc4 commit bfe7c83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webpage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ bytesize = "1.3.0"
chrono = { version = "0.4", features = ["serde"] }
dateparser = "0.2.1"
egui = "0.29"
egui_autocomplete = { version = "8.0", features = ["serde"] }
egui_dock = { version = "0.14", features = ["serde"] }
egui_extras = { version = "0.29", features = ["chrono", "serde"] }
egui_extras = { version = "0.29", features = ["chrono", "serde", "syntect"] }
egui_plot = "0.29.0"
egui-modal = "0.5.0"
ehttp = { version = "0.5", features = ["json"] }
Expand Down

0 comments on commit bfe7c83

Please sign in to comment.