diff --git a/Cargo.toml b/Cargo.toml index 1861add..8c29dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,9 +42,7 @@ eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = 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", -] } +epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false } emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = false } shadow-rs = { version = "0.11", default-features = false }