Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-rs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-rs
Commits
40968690
Commit
40968690
authored
May 24, 2019
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update byte-slice-cast to 0.3
parent
4a8e860a
Pipeline
#38507
passed with stages
in 10 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/Cargo.toml
examples/Cargo.toml
+1
-1
tutorials/Cargo.toml
tutorials/Cargo.toml
+1
-1
No files found.
examples/Cargo.toml
View file @
40968690
...
...
@@ -20,7 +20,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk", optional = true }
gdk
=
{
git
=
"https://github.com/gtk-rs/gdk"
,
optional
=
true
}
gio
=
{
git
=
"https://github.com/gtk-rs/gio"
,
optional
=
true
}
futures-preview
=
{
version
=
"0.3.0-alpha"
,
optional
=
true
}
byte-slice-cast
=
"0.
2
"
byte-slice-cast
=
"0.
3
"
failure
=
"0.1"
failure_derive
=
"0.1"
cairo-rs
=
{
git
=
"https://github.com/gtk-rs/cairo"
,
features
=
["use_glib"]
,
optional
=
true
}
...
...
tutorials/Cargo.toml
View file @
40968690
...
...
@@ -12,7 +12,7 @@ gstreamer-audio = { path = "../gstreamer-audio" }
gstreamer-video
=
{
path
=
"../gstreamer-video"
}
gstreamer-app
=
{
path
=
"../gstreamer-app"
}
gstreamer-pbutils
=
{
path
=
"../gstreamer-pbutils"
}
byte-slice-cast
=
"0.
2
"
byte-slice-cast
=
"0.
3
"
failure
=
"0.1.0"
[features]
...
...
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