mirror of https://github.com/rm-dr/daisy
Fixed dependencies
parent
d906c474c5
commit
2f1f8a0801
|
@ -25,11 +25,13 @@ panic = "abort"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
|
|
||||||
[target.'cfg(target_family = "unix")'.dependencies]
|
|
||||||
termion = "2.0.1"
|
|
||||||
num = "0.4.1"
|
num = "0.4.1"
|
||||||
#astro-float = "0.7.1"
|
#astro-float = "0.7.1"
|
||||||
|
|
||||||
|
|
||||||
|
[target.'cfg(target_family = "unix")'.dependencies]
|
||||||
|
termion = "2.0.1"
|
||||||
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
toml = "0.7.4"
|
toml = "0.7.4"
|
Loading…
Reference in New Issue