disable serde for epaint

This commit is contained in:
Simon Gardling 2022-05-25 10:35:17 -04:00
parent 8c517e953b
commit 167a104239

View File

@ -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 = [ egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde", "serde",
] } ] }
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [ epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
"serde",
] }
emath = { 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 } shadow-rs = { version = "0.11", default-features = false }