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
b5412aae
Commit
b5412aae
authored
Dec 10, 2021
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wip/cdavis/use-libadwaita-beta-release' into 'master'
Use libadwaita beta crate See merge request GNOME/gnome-tour!57
parents
b925eead
3b4accb5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Cargo.lock
Cargo.lock
+0
-0
Cargo.toml
Cargo.toml
+4
-4
No files found.
Cargo.lock
View file @
b5412aae
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
b5412aae
...
...
@@ -8,19 +8,19 @@ edition = "2018"
video
=
[
"gst_player"
,
"gst"
]
[dependencies]
gtk
=
{
git
=
"https://github.com/gtk-rs/gtk4-rs.git"
,
package
=
"gtk4"
,
version
=
"0.3"
,
features=
["v4_2"]
}
gtk
=
{
package
=
"gtk4"
,
version
=
"0.3"
,
features=
["v4_2"]
}
log
=
"0.4"
gettext-rs
=
{
version
=
"0.6"
,
features
=
["gettext-system"]
}
libadwaita
=
{
git
=
"https://gitlab.gnome.org/World/Rust/libadwaita-rs.git"
}
libadwaita
=
"0.1.0-beta-1"
pretty_env_logger
=
"0.4"
[dependencies.gst_player]
git
=
"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
"
version
=
"0.17
"
package
=
"gstreamer-player"
optional
=
true
[dependencies.gst]
git
=
"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
"
version
=
"0.17
"
package
=
"gstreamer"
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