mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
connect sourceview5
This commit is contained in:
parent
614aa1d71a
commit
c1fc022643
5 changed files with 29 additions and 11 deletions
|
|
@ -11,11 +11,17 @@ impl About {
|
|||
// Collect debug info
|
||||
let debug = &[
|
||||
format!(
|
||||
"GTK {}.{}.{}",
|
||||
"Gtk {}.{}.{}",
|
||||
gtk::major_version(),
|
||||
gtk::minor_version(),
|
||||
gtk::micro_version()
|
||||
),
|
||||
format!(
|
||||
"GtkSourceView {}.{}.{}",
|
||||
sourceview::major_version(),
|
||||
sourceview::minor_version(),
|
||||
sourceview::micro_version()
|
||||
),
|
||||
format!("SQLite {}", sqlite::version()),
|
||||
// @TODO
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue