mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement recent bookmarks menu item
This commit is contained in:
parent
c335207b28
commit
9e86e9b29f
13 changed files with 155 additions and 60 deletions
|
|
@ -8,6 +8,7 @@ description = "Browser for Gemini Protocol"
|
|||
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
||||
categories = ["network-programming", "gui"]
|
||||
repository = "https://github.com/YGGverse/Yoda"
|
||||
|
||||
# homepage = "https://yggverse.github.io"
|
||||
|
||||
[dependencies.adw]
|
||||
|
|
@ -51,6 +52,9 @@ version = "0.1.1"
|
|||
[dependencies.libspelling]
|
||||
version = "0.3.0"
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.14.0"
|
||||
|
||||
# development
|
||||
[patch.crates-io]
|
||||
# ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue