mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Update to newest gtk-rs crates
Some things were adapted accordingly and some warnings from clippy were fixed along the way.
This commit is contained in:
parent
863c9d19c3
commit
7c9c01d3ea
9 changed files with 359 additions and 406 deletions
|
|
@ -5,10 +5,10 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
fragile = "1.0.0"
|
||||
gio = "0.9.1"
|
||||
glib = "0.10.3"
|
||||
gstreamer = "0.16.4"
|
||||
gstreamer-player = "0.16.3"
|
||||
gio = "0.14.0"
|
||||
glib = "0.14.0"
|
||||
gstreamer = "0.17.0"
|
||||
gstreamer-player = "0.17.0"
|
||||
log = { version = "0.4.14", features = ["std"] }
|
||||
musicus_client = { version = "0.1.0", path = "../client" }
|
||||
musicus_database = { version = "0.1.0", path = "../database" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue