notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

commit 8c785c39e017d6712ad890ec1cb6fa5ee9f4e586
parent 927ba5b1373b9a7ca8022812f88638ec6e6fe901
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 18 Dec 2023 13:19:09 -0800

deps: fix egui_skia

otherwise the build is broken

Diffstat:
MCargo.toml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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"