You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
462 B
21 lines
462 B
[package]
|
|
name = "thingy"
|
|
version = "0.1.0"
|
|
authors = ["Teascade <teascade@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
argh = "0.1"
|
|
gpx = "0.8"
|
|
geo-types = "*"
|
|
thingy-lib = { path = "./thingy_lib/" }
|
|
toml = "0.5"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
native-windows-gui = "1.0"
|
|
native-windows-derive = "1.0"
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|