Skip to content

Instantly share code, notes, and snippets.

@willcrichton
Created November 11, 2014 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willcrichton/3c78d92a1a97d0baa630 to your computer and use it in GitHub Desktop.
Save willcrichton/3c78d92a1a97d0baa630 to your computer and use it in GitHub Desktop.
[root]
name = "gpe"
version = "0.0.1"
dependencies = [
"graphics 0.0.0 (git+https://github.com/PistonDevelopers/graphics)",
"image 0.1.0 (git+https://github.com/PistonDevelopers/rust-image)",
"opengl_graphics 0.0.0 (git+https://github.com/pistondevelopers/opengl_graphics)",
"sdl2_window 0.0.0 (git+https://github.com/pistondevelopers/sdl2_window)",
]
[[package]]
name = "current"
version = "0.0.0"
source = "git+https://github.com/PistonDevelopers/current#751e327ba801511836b7c24f4e8c02cdfa558e9b"
[[package]]
name = "event"
version = "0.0.0"
source = "git+https://github.com/pistondevelopers/event#d833bf8f0c162b0fb0216d637097cd7af090f0a1"
dependencies = [
"current 0.0.0 (git+https://github.com/PistonDevelopers/current)",
"input 0.0.0 (git+https://github.com/pistondevelopers/input)",
]
[[package]]
name = "gl"
version = "0.0.1"
source = "git+https://github.com/bjz/gl-rs#8cc900ad44a8f8ac28d9a0402b49a472712966cb"
dependencies = [
"gl_generator 0.0.1 (git+https://github.com/bjz/gl-rs)",
]
[[package]]
name = "gl_common"
version = "0.0.1"
source = "git+https://github.com/bjz/gl-rs#8cc900ad44a8f8ac28d9a0402b49a472712966cb"
[[package]]
name = "gl_generator"
version = "0.0.1"
source = "git+https://github.com/bjz/gl-rs#8cc900ad44a8f8ac28d9a0402b49a472712966cb"
dependencies = [
"gl_common 0.0.1 (git+https://github.com/bjz/gl-rs)",
"khronos_api 0.0.1 (git+https://github.com/bjz/gl-rs)",
"rust-xml 0.1.0 (git+https://github.com/netvl/rust-xml)",
]
[[package]]
name = "graphics"
version = "0.0.0"
source = "git+https://github.com/PistonDevelopers/graphics#8c3a975dc7e2f353e344a957238e0953d1b1931a"
dependencies = [
"texture 0.0.0 (git+https://github.com/PistonDevelopers/texture)",
"vecmath 0.0.0 (git+https://github.com/PistonDevelopers/vecmath)",
]
[[package]]
name = "image"
version = "0.1.0"
source = "git+https://github.com/PistonDevelopers/rust-image#4d83ec4e6abc2bdfce3da3e5f49762728b9f5617"
[[package]]
name = "image"
version = "0.1.0"
source = "git+https://github.com/pistondevelopers/image#4d83ec4e6abc2bdfce3da3e5f49762728b9f5617"
[[package]]
name = "input"
version = "0.0.0"
source = "git+https://github.com/pistondevelopers/input#27bfb0e86d6f01c26098eab279ae3a07eaac909a"
[[package]]
name = "khronos_api"
version = "0.0.1"
source = "git+https://github.com/bjz/gl-rs#8cc900ad44a8f8ac28d9a0402b49a472712966cb"
[[package]]
name = "opengl_graphics"
version = "0.0.0"
source = "git+https://github.com/pistondevelopers/opengl_graphics#e6f53f7e705c855d30b8396775b0a0a30d424d94"
dependencies = [
"gl 0.0.1 (git+https://github.com/bjz/gl-rs)",
"graphics 0.0.0 (git+https://github.com/PistonDevelopers/graphics)",
"image 0.1.0 (git+https://github.com/pistondevelopers/image)",
"shader_version 0.0.0 (git+https://github.com/pistondevelopers/shader_version)",
"texture 0.0.0 (git+https://github.com/PistonDevelopers/texture)",
]
[[package]]
name = "rust-xml"
version = "0.1.0"
source = "git+https://github.com/netvl/rust-xml#d6c57380a300b94f7e7881979dbe5459dbe4ca06"
[[package]]
name = "sdl2"
version = "0.0.1-alpha.1"
source = "git+https://github.com/AngryLawyer/rust-sdl2#93cc0d4184b3f66dbced0e46798dc3800717cb3b"
[[package]]
name = "sdl2_window"
version = "0.0.0"
source = "git+https://github.com/pistondevelopers/sdl2_window#71afa6573f03d49f9cb23d819ff819f5974df13c"
dependencies = [
"event 0.0.0 (git+https://github.com/pistondevelopers/event)",
"gl 0.0.1 (git+https://github.com/bjz/gl-rs)",
"input 0.0.0 (git+https://github.com/pistondevelopers/input)",
"sdl2 0.0.1-alpha.1 (git+https://github.com/AngryLawyer/rust-sdl2)",
"shader_version 0.0.0 (git+https://github.com/pistondevelopers/shader_version)",
]
[[package]]
name = "shader_version"
version = "0.0.0"
source = "git+https://github.com/pistondevelopers/shader_version#03509f5d6dc3c1ccf64471615f438be25186e73a"
[[package]]
name = "texture"
version = "0.0.0"
source = "git+https://github.com/PistonDevelopers/texture#8ef1371decddec0510e21b8b6534876945da35fc"
[[package]]
name = "vecmath"
version = "0.0.0"
source = "git+https://github.com/PistonDevelopers/vecmath#052095e8da431a8996d9b90d6745ee2d172022f2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment