From a51966dfeb5389c95f865a72ee9b7d394019ccb3 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 9 Apr 2024 10:51:12 +0200 Subject: [PATCH] Update `egui_commonmark` 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 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9dccdac53f9..3765d8a0a5e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1655,9 +1655,9 @@ dependencies = [ [[package]] name = "egui_commonmark" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30fc4d40a8ef399a8debfbdae0462ca45912d81b9e81b24373337669e961201" +checksum = "013480797931a2649e03069613ed35514569372d6f79df70fc3653ae18a75c6c" dependencies = [ "egui", "egui_extras", diff --git a/Cargo.toml b/Cargo.toml index 59be9ce6fc1e..5d22e71040b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"