mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add libadwaita info
This commit is contained in:
parent
30b1a05ff4
commit
496920f869
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ impl About {
|
|||
pub fn new() -> Self {
|
||||
// Collect debug info
|
||||
let debug = &[
|
||||
format!(
|
||||
"Adwaita {}.{}.{}",
|
||||
adw::major_version(),
|
||||
adw::minor_version(),
|
||||
adw::micro_version()
|
||||
),
|
||||
format!(
|
||||
"Gtk {}.{}.{}",
|
||||
gtk::major_version(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue