-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (33 loc) · 1.3 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "game_handler"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = {version="0.13.1", features=["image", "tokio", "advanced", "wgpu"]}
# iced = {path="iced", default-features = false, features=["image", "tokio", "advanced"]}
# iced = {git = "https://github.com/louisbui63/iced", features=["image", "tokio", "advanced"]}
iced_aw = {version="0.11.0", features=["tab_bar", "card"]}
iced_fonts = {version="0.1.1", features=["nerd"]}
# iced_aw = {git = "https://github.com/louisbui63/iced_aw", features=["icon_text", "tab_bar", "modal", "card"]}
image = "0.24.5"
toml = "0.7.6"
log = "0.4.17"
flexi_logger = "0.27.3"
rand = "0.8.5"
rfd = { version="0.11.4", default-features = false, features = ["xdg-portal"] }
directories = "5.0.0"
once_cell = "1.18.0"
timeout-readwrite = "0.3.3"
steamgriddb_api = "0.3.1"
tokio = {version = "1.32.0", features = ["full"]}
tokio-stream = {version = "0.1.14", features = ["io-util"]}
tokio-util = {version = "0.7.8", features = ["io"]}
reqwest = { version = "0.11.17", features = ["blocking"] }
nosleep = {path="nosleep/nosleep"}
# nosleep = {git = "https://github.com/louisbui63/nosleep"}
noop-waker = "0.1.0"
lazy_static = "1.4.0"
serde = "1.0"
sysinfo = "0.29.10"
chrono = "0.4"