Skip to content

Commit

Permalink
Bump image version in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Jul 3, 2024
1 parent 678992b commit 4030367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui_commonmark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! Remember to opt into the image formats you want to use!
//!
//! ```toml
//! image = { version = "0.24", default-features = false, features = ["png"] }
//! image = { version = "0.25", default-features = false, features = ["png"] }
//! ```
//!
//! By default egui does not show urls when you hover hyperlinks. To enable it,
Expand Down

0 comments on commit 4030367

Please sign in to comment.