epaint, disable serde (covered by egui)

This commit is contained in:
Simon Gardling 2022-05-25 11:20:06 -04:00
parent b025371ff6
commit 57210c9af4

View File

@ -60,9 +60,7 @@ benchmarks = { path = "./benchmarks" }
[build-dependencies]
shadow-rs = "0.11"
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
] }
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",
] }