notecrumbs

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

commit 19c4d392305474b88ce1cf8d5fa5bf50ec321d24
parent ed26a53c9c68670bf8ec9a04d310edf253ef9f46
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 20 Dec 2023 12:07:22 -0800

fix skia dep

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

diff --git a/Cargo.toml b/Cargo.toml @@ -19,8 +19,8 @@ nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b3 hex = "0.4.3" egui = "0.23.0" egui_extras = { version = "0.23.0", features = ["image", "svg"] } -#egui_skia = { git = "https://github.com/jb55/egui_skia.git", rev = "33b2ed6ae7fe8eedb727302d56e13b25526d1e82", features = ["cpu_fix"] } -egui_skia = { path = "/home/jb55/dev/github/lucasmerlin/egui_skia", features = ["cpu_fix"] } +egui_skia = { git = "https://github.com/jb55/egui_skia.git", rev = "6205d63e751d3acfcf6d43908c27a82d59706038", features = ["cpu_fix"] } +#egui_skia = { path = "/home/jb55/dev/github/lucasmerlin/egui_skia", features = ["cpu_fix"] } skia-safe = "0.58.0" image = "0.24.7" lru = "0.12.1"