blob: 572453fa88ccbcdabf11c21654aae50697d4b267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[package]
name = "sctd"
version = "0.4.0"
authors = ["Amir Saeid <amir@glgdgt.com>"]
edition = "2018"
license = "CC0-1.0"
[dependencies]
chrono = "0.4"
spa = "0.5"
clap = "4.5"
log = "0.4"
[dependencies.env_logger]
version = "0.11"
default-features = false
features = ["humantime"]
[target.'cfg(target_os = "linux")'.dependencies.x11]
version = "2.21"
features = ["xlib", "xrandr"]
[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.25"
|