Skip to content

Commit

Permalink
Update to 0.2.0 and reset dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Jan 12, 2018
1 parent acbf63f commit b52a487
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 51 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "media-toc"
version = "0.1.1"
version = "0.2.0"
authors = ["fengalin <[email protected]>"]

[dependencies]
Expand All @@ -13,12 +13,9 @@ cairo-rs = { git = "https://github.com/gtk-rs/cairo.git" }
gtk = { git = "https://github.com/gtk-rs/gtk.git", features = ["v3_10"] }
glib = { git = "https://github.com/gtk-rs/glib.git" }

#gstreamer = { git = "https://github.com/sdroege/gstreamer-rs.git" }
#gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs.git" }
#gstreamer-app = { git = "https://github.com/sdroege/gstreamer-rs.git" }
gstreamer = { git = "https://github.com/fengalin/gstreamer-rs.git" }
gstreamer-audio = { git = "https://github.com/fengalin/gstreamer-rs.git" }
gstreamer-app = { git = "https://github.com/fengalin/gstreamer-rs.git" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs.git" }
gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs.git" }
gstreamer-app = { git = "https://github.com/sdroege/gstreamer-rs.git" }

[features]
dump-waveform = ["cairo-rs/png"]
Expand Down

0 comments on commit b52a487

Please sign in to comment.