Fixed dependencies

pull/6/head
Mark 2023-09-20 11:29:50 -07:00
parent d906c474c5
commit 2f1f8a0801
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 3 deletions

View File

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