From 8c785c39e017d6712ad890ec1cb6fa5ee9f4e586 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 18 Dec 2023 13:19:09 -0800 Subject: [PATCH] deps: fix egui_skia otherwise the build is broken --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48ce6b7..e6e79f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ nostrdb = { git = "https://github.com/damus-io/nostrdb-rs.git", rev = "4f40de4b1 nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b38f5060f171228b976b9700c0135245d3" } hex = "0.4.3" egui = "0.21.0" -egui_skia = { version = "0.4.0", features = ["cpu_fix"] } -skia-safe = "0.58.0" +egui_skia = { git = "https://github.com/jb55/egui_skia.git", rev = "33b2ed6ae7fe8eedb727302d56e13b25526d1e82", features = ["cpu_fix"] } image = "0.24.7" lru = "0.12.1"