fix build
This commit is contained in:
parent
9c9456b690
commit
cb6a773659
@ -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 = [
|
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 }
|
epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false , features = [
|
||||||
|
"bytemuck",
|
||||||
|
] }
|
||||||
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.12", default-features = false }
|
shadow-rs = { version = "0.12", default-features = false }
|
||||||
@ -57,7 +59,9 @@ benchmarks = { path = "./benchmarks" }
|
|||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = "0.12"
|
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 = [
|
egui = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [
|
||||||
"serde",
|
"serde",
|
||||||
] }
|
] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user