-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
30 lines (28 loc) · 852 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "corsim"
version = "0.1.0"
authors = ["J.Gourassas <jgourassas@gmail.com>"]
edition = "2018"
description = "Coronary artery views in Rust"
keywords = ["coronary", "graphics", "Rust"]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fltk = { version = "0.14.3", features = ["enable-glwindow"] }
glu-sys = "0.1.4"
nalgebra = "0.24.1"
approx = "0.4.0"
csv = "1.1.5"
ncollide3d = "0.27.0"
ncollide2d = "0.27.0"
hex = "0.4.2"
[package.metadata.bundle]
name = "CorSim"
identifer = "com.test.myapp"
icon = ["icon32x32.png", "app_icon", "app_icon@2x.png"]
version = "1.0.0"
copyright = "Copyright (c) Jane Doe 2016. All rights reserved."
resources = ["imgs"]
category = "Developer Tool"
descrition = "my application"
short_description = "An example application."