Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
32c787ef
Commit
32c787ef
authored
Feb 04, 2024
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gtk-rs crates
parent
f7412695
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Cargo.lock
Cargo.lock
+0
-0
Cargo.toml
Cargo.toml
+2
-2
application.rs
src/application.rs
+2
-1
No files found.
Cargo.lock
View file @
32c787ef
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
32c787ef
...
...
@@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
gtk
=
{
package
=
"gtk4"
,
version
=
"0.
7
"
,
features=
["gnome_45"]
}
gtk
=
{
package
=
"gtk4"
,
version
=
"0.
8
"
,
features=
["gnome_45"]
}
log
=
"0.4"
gettext-rs
=
{
version
=
"0.7"
,
features
=
["gettext-system"]
}
adw
=
{package
=
"libadwaita"
,
version
=
"0.
5
"
}
adw
=
{package
=
"libadwaita"
,
version
=
"0.
6
"
}
pretty_env_logger
=
"0.5"
regex
=
"1.5"
src/application.rs
View file @
32c787ef
...
...
@@ -4,7 +4,8 @@ use gtk::{gio, glib};
use
crate
::{
config
,
widgets
::
Window
};
mod
imp
{
use
glib
::{
once_cell
::
sync
::
OnceCell
,
WeakRef
};
use
glib
::
WeakRef
;
use
std
::
cell
::
OnceCell
;
use
super
::
*
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment