Skip to content

Commit

Permalink
Update egui_commonmark
Browse files Browse the repository at this point in the history
Seems pretty safe - i tested a handful of examples, and all their
inline markdown looks as good or better.

https://github.com/lampsitter/egui_commonmark/blob/master/CHANGELOG.md
  • Loading branch information
emilk committed Apr 9, 2024
1 parent c97ee89 commit a51966d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ egui = { version = "0.27.2", features = [
"puffin",
"rayon",
] }
egui_commonmark = { version = "0.14", default-features = false }
egui_commonmark = { version = "0.15", default-features = false }
egui_extras = { version = "0.27.2", features = ["http", "image", "puffin"] }
egui_plot = "0.27.2"
egui_tiles = "0.8.0"
Expand Down

0 comments on commit a51966d

Please sign in to comment.