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

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