Skip to content

Commit 242d909

Browse files
committed
new release
1 parent 4c6c767 commit 242d909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui_logger"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55
authors = ["Jacob <[email protected]>"]
66
license = "MIT"

src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::sync::Mutex;
22

3-
use egui::{text::LayoutJob, Align, Color32, FontSelection, OutputCommand, RichText, Style};
3+
use egui::{text::LayoutJob, Align, Color32, FontSelection, RichText, Style};
44
use regex::{Regex, RegexBuilder};
55

66
use crate::{Logger, Record, LEVELS, LOGGER};

0 commit comments

Comments
 (0)