serialize RichText instead

This commit is contained in:
Simon Gardling
2022-05-18 01:28:16 -04:00
parent d5eb99b3e7
commit c957eb45e6
5 changed files with 55 additions and 22 deletions

View File

@@ -39,7 +39,9 @@ parsing = { path = "./parsing" }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"glow",
] }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
] }
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
] }
@@ -66,6 +68,9 @@ shadow-rs = "0.11"
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
] }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
] }
bincode = "1.3"
serde = "1"
serde_json = "1"