mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update ggemtext api version
This commit is contained in:
parent
eb70c2d873
commit
a5c0a4bdd0
3 changed files with 12 additions and 15 deletions
|
|
@ -3,14 +3,11 @@ mod gemini;
|
|||
use gemini::Gemini;
|
||||
|
||||
use crate::app::browser::window::{tab::item::Action as TabAction, Action as WindowAction};
|
||||
use gtk::{
|
||||
glib::{GString, Uri},
|
||||
ScrolledWindow,
|
||||
};
|
||||
use gtk::{glib::Uri, ScrolledWindow};
|
||||
use std::rc::Rc;
|
||||
|
||||
pub struct Meta {
|
||||
pub title: Option<GString>,
|
||||
pub title: Option<String>,
|
||||
} // @TODO move to separated mod
|
||||
|
||||
pub struct Text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue