mirror of
https://github.com/rm-dr/daisy
synced 2026-03-14 03:07:49 -07:00
Added conditional compilation for os type
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user