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
3b685f18
Unverified
Commit
3b685f18
authored
Jan 17, 2022
by
Maximiliano Sandoval R
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cargo: Update deps
parent
86aa9043
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Cargo.lock
Cargo.lock
+0
-0
Cargo.toml
Cargo.toml
+5
-5
No files found.
Cargo.lock
View file @
3b685f18
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
3b685f18
...
@@ -2,25 +2,25 @@
...
@@ -2,25 +2,25 @@
name
=
"gnome-tour"
name
=
"gnome-tour"
version
=
"40.0.0"
version
=
"40.0.0"
authors
=
[
"Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"
]
authors
=
[
"Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"
]
edition
=
"20
18
"
edition
=
"20
21
"
[features]
[features]
video
=
[
"gst_player"
,
"gst"
]
video
=
[
"gst_player"
,
"gst"
]
[dependencies]
[dependencies]
gtk
=
{
package
=
"gtk4"
,
git
=
"https://github.com/gtk-rs/gtk4-rs
"
,
features=
["v4_2"]
}
gtk
=
{
package
=
"gtk4"
,
version
=
"0.4
"
,
features=
["v4_2"]
}
log
=
"0.4"
log
=
"0.4"
gettext-rs
=
{
version
=
"0.7"
,
features
=
["gettext-system"]
}
gettext-rs
=
{
version
=
"0.7"
,
features
=
["gettext-system"]
}
adw
=
{package
=
"libadwaita"
,
git
=
"https://gitlab.gnome.org/World/Rust/libadwaita-rs
"
}
adw
=
{package
=
"libadwaita"
,
version
=
"0.1
"
}
pretty_env_logger
=
"0.4"
pretty_env_logger
=
"0.4"
[dependencies.gst_player]
[dependencies.gst_player]
version
=
"0.1
7
"
version
=
"0.1
8
"
package
=
"gstreamer-player"
package
=
"gstreamer-player"
optional
=
true
optional
=
true
[dependencies.gst]
[dependencies.gst]
version
=
"0.1
7
"
version
=
"0.1
8
"
package
=
"gstreamer"
package
=
"gstreamer"
optional
=
true
optional
=
true
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