-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (31 loc) · 1.45 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
36
[package]
name = "adhaan-gui"
version = "0.1.0"
edition = "2021"
authors = ["Muhammad Ragib Hasin <[email protected]>"]
repository = "https://github.com/RagibHasin/AdhaanGUI.git"
license = "AGPL-3.0"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adhaan = { git = "https://github.com/RagibHasin/adhaan.git" }
anyhow = "1.0.44"
chrono = "0.4.19"
druid = { git = "https://github.com/RagibHasin/druid.git", branch = "show-in-taskbar-et-always-on-top", features = ["raw-win-handle"] }
druid-shell = { git = "https://github.com/RagibHasin/druid.git", branch = "show-in-taskbar-et-always-on-top", features = ["raw-win-handle"] }
druid-widget-nursery = { git = "https://github.com/RagibHasin/druid-widget-nursery.git", branch = "local" }
extract = { git = "https://github.com/RagibHasin/extract.git" }
kurbo = "0.8.2"
open = "2.0.1"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"
tracing = "0.1.29"
[target.'cfg(target_os="windows")'.dependencies]
trayicon = "0.1.1"
winapi = { version = "0.3.9" }
#features = ["d2d1_1", "dwrite", "winbase", "libloaderapi", "errhandlingapi", "winuser",
# "shellscalingapi", "shobjidl", "combaseapi", "synchapi", "dxgi1_3", "dcomp",
# "d3d11", "dwmapi", "wincon", "fileapi", "processenv", "winbase", "handleapi",
# "shellapi", "winnls"]
[target.'cfg(target_os="windows")'.build-dependencies]
winres = "0.1.12"