Added conditional compilation for os type

This commit is contained in:
2023-04-07 20:36:55 -07:00
parent f8e2c32f9a
commit e0f36ce112
7 changed files with 192 additions and 149 deletions

7
Cargo.lock generated
View File

@@ -14,10 +14,17 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "daisy"
version = "0.0.1"
dependencies = [
"cfg-if",
"rug",
"termion",
]