epaint, disable serde (covered by egui)
This commit is contained in:
parent
b025371ff6
commit
57210c9af4
@ -60,9 +60,7 @@ benchmarks = { path = "./benchmarks" }
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = "0.11"
|
shadow-rs = "0.11"
|
||||||
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
|
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||||
"serde",
|
|
||||||
] }
|
|
||||||
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",
|
||||||
] }
|
] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user