aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 23c17be6a2ad30c737a088b0107376828ae52d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "graf_karto"
version = "0.1.1"
authors = ["Arne Dußin <arne.dussin@gmail.com>"]
edition = "2018"

[dependencies]
raylib = "3.0.0"
ron = "*"
serde = "*"
nalgebra = "*"
alga = "*"
num-traits = "*"
svgtypes = "*"
xmltree = "*"
pretty_env_logger = "*"
log = "*"
thiserror = "*"