fix egui build
This commit is contained in:
19
Cargo.toml
19
Cargo.toml
@@ -94,3 +94,22 @@ wasm-bindgen-futures = "=0.4.54"
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
skip_optional_dependencies = true #don't test optional dependencies, only features
|
||||
|
||||
# various dependency patches fix issues with nix complication such as:
|
||||
# ````
|
||||
# ln: failed to create symbolic link '/nix/store/plh3y4gfxgwcacjccv72f551y1k89x75-cargo-vendor-dir/ecolor-0.33.2/qb43vsx43av6kf4h9y4bsmisvbjlcxd1-ecolor-0.33.2': Permission denied
|
||||
# ````
|
||||
|
||||
[patch."https://github.com/emilk/egui_plot.git"]
|
||||
egui = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
eframe = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
epaint = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
emath = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
ecolor = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
eframe = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
epaint = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
emath = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
ecolor = { git = "https://github.com/titaniumtown/egui.git" }
|
||||
|
||||
Reference in New Issue
Block a user