-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (25 loc) · 689 Bytes
/
Cargo.toml
File metadata and controls
34 lines (25 loc) · 689 Bytes
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
31
32
33
34
[package]
name = "rustsand"
version = "0.0.1"
authors = ["Nathan Stoddard <nstodda@purdue.edu>"]
[[bin]]
name = "sand"
[dependencies]
num = "*"
rand = "*"
[dependencies.glfw]
git = "https://github.com/bjz/glfw-rs"
default-features = false
[dependencies.image]
git = "https://github.com/PistonDevelopers/rust-image"
[dependencies.freetype-rs]
git = "https://github.com/PistonDevelopers/freetype-rs"
[dependencies.vecmat]
git = "https://github.com/nstoddard/vecmat"
[dependencies.timer]
git = "https://github.com/nstoddard/timer"
[dependencies.gui-rs]
git = "https://github.com/nstoddard/gui-rs"
[dependencies.glium]
git = "https://github.com/tomaka/glium"
default-features = false