marecchione also gay
This commit is contained in:
commit
cef40028a9
7 changed files with 2659 additions and 0 deletions
38
Cargo.toml
Normal file
38
Cargo.toml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[package]
|
||||
name = "dzgtk"
|
||||
version = "0.1.0"
|
||||
authors = ["uh wot <uhwot@protonmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4"
|
||||
gladis = "0.4"
|
||||
glib = "0.10"
|
||||
sanitize-filename = "0.3"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.11"
|
||||
features = ["rustls-tls", "stream"]
|
||||
default-features = false
|
||||
|
||||
[dependencies.rodio]
|
||||
version = "0.14"
|
||||
features = ["mp3", "flac"]
|
||||
default-features = false
|
||||
|
||||
[dependencies.gtk]
|
||||
version = "0.9"
|
||||
features = ["v3_24"]
|
||||
|
||||
[dependencies.gio]
|
||||
version = "0.9"
|
||||
features = ["v2_44"]
|
||||
|
||||
[dependencies.dzlib-rs]
|
||||
path = "../dzlib-rs"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.6"
|
||||
features = ["rt-multi-thread", "macros"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue