aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b68ba245029fb665cf931fd03d86b38cc60b1a3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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 = "*"