disable serde for epaint
This commit is contained in:
parent
8c517e953b
commit
167a104239
@ -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 }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user