index
:
sctd
master
set color temperature daemon
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform.rs
blob: 204fd43f921567ebb1dcc8c6a464711a568b441c (
plain
)
1
2
3
4
5
#[cfg(target_os =
"linux"
)]
pub
mod
linux
;
#[cfg(target_os =
"macos"
)]
pub
mod
macos
;