fix build

This commit is contained in:
Simon Gardling 2023-04-17 11:28:55 -04:00
parent 9c9456b690
commit cb6a773659

View File

@ -39,7 +39,9 @@ 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 }
epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false , features = [
"bytemuck",
] }
emath = { git = "https://github.com/titaniumtown/egui.git", default-features = false }
shadow-rs = { version = "0.12", default-features = false }
@ -57,7 +59,9 @@ benchmarks = { path = "./benchmarks" }
[build-dependencies]
shadow-rs = "0.12"
epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false }
epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [
"bytemuck",
] }
egui = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [
"serde",
] }