-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
52 lines (36 loc) · 1.27 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[package]
name = "unit_sphere_distribution"
version = "0.0.1"
[[bin]]
name = "cisd792_final_project"
[dependencies]
rand = "*"
time = "*"
[dependencies.autograd]
git = "https://github.com/kkimdev/autograd"
[dependencies.piston]
git = "https://github.com/PistonDevelopers/piston"
[dependencies.pistoncore-sdl2_window]
git = "https://github.com/pistondevelopers/sdl2_window"
[dependencies.pistoncore-glfw_window]
git = "https://github.com/pistondevelopers/glfw_window"
[dependencies.piston_window]
git = "https://github.com/PistonDevelopers/piston_window"
[dependencies.camera_controllers]
git = "https://github.com/PistonDevelopers/camera_controllers"
[dependencies.shader_version]
git = "https://github.com/PistonDevelopers/shader_version"
[dependencies.vecmath]
git = "https://github.com/PistonDevelopers/vecmath"
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2"
[dependencies.gfx]
git = "https://github.com/gfx-rs/gfx-rs"
[dependencies.gfx_device_gl]
git = "https://github.com/gfx-rs/gfx_device_gl"
[dependencies.gfx_macros]
git = "https://github.com/gfx-rs/gfx_macros"
[dependencies.piston2d-graphics]
git = "https://github.com/PistonDevelopers/graphics.git"
[dependencies.piston2d-opengl_graphics]
git = "https://github.com/PistonDevelopers/opengl_graphics.git"