1
1
mirror of https://github.com/rm-dr/daisy synced 2025-04-08 22:33:14 -07:00

Fixed dependencies

This commit is contained in:
Mark 2023-09-20 11:29:50 -07:00
parent d906c474c5
commit 2f1f8a0801
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

@ -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"