mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-02-23 09:24:20 +01:00
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -1555,11 +1555,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "egui_nav"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/damus-io/egui-nav?rev=8f9b4f5c79aecf426d89c1df0742ef03bf7c2cd3#8f9b4f5c79aecf426d89c1df0742ef03bf7c2cd3"
|
||||
source = "git+https://github.com/kernelkind/egui-nav?rev=6b4b96bae35270434abd69b24fa9943edc3f5b0b#6b4b96bae35270434abd69b24fa9943edc3f5b0b"
|
||||
dependencies = [
|
||||
"bitflags 2.9.1",
|
||||
"egui",
|
||||
"egui_extras",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -28,7 +28,7 @@ egui = { version = "0.31.1", features = ["serde"] }
|
||||
egui-wgpu = "0.31.1"
|
||||
egui_extras = { version = "0.31.1", features = ["all_loaders"] }
|
||||
egui-winit = { version = "0.31.1", features = ["android-game-activity", "clipboard"] }
|
||||
egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "8f9b4f5c79aecf426d89c1df0742ef03bf7c2cd3" }
|
||||
egui_nav = { git = "https://github.com/kernelkind/egui-nav", rev = "6b4b96bae35270434abd69b24fa9943edc3f5b0b" }
|
||||
egui_tabs = { git = "https://github.com/damus-io/egui-tabs", rev = "6eb91740577b374a8a6658c09c9a4181299734d0" }
|
||||
#egui_virtual_list = "0.6.0"
|
||||
egui_virtual_list = { git = "https://github.com/jb55/hello_egui", rev = "a66b6794f5e707a2f4109633770e02b02fb722e1" }
|
||||
|
||||
Reference in New Issue
Block a user