Created
August 6, 2015 18:08
-
-
Save bvssvni/54ac9c648e9acf739f20 to your computer and use it in GitHub Desktop.
Cargo.lock for piston-examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root] | |
| name = "piston-examples" | |
| version = "0.0.0" | |
| dependencies = [ | |
| "camera_controllers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "find_folder 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gfx 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gfx_device_gl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "image 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-ai_behavior 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston2d-drag_controller 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston2d-sprite 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston_window 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-sdl2_window 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sdl2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "vecmath 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "advapi32-sys" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "android_glue" | |
| version = "0.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "bitflags" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "bitflags" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "bitflags" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "byteorder" | |
| version = "0.3.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "camera_controllers" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston3d-cam 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "quaternion 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "vecmath 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "cgl" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gleam 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "clock_ticks" | |
| version = "0.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "cocoa" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "color_quant" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "core-foundation" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "core-graphics" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "draw_state" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "dwmapi-sys" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "dylib" | |
| version = "0.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "enum_primitive" | |
| version = "0.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "find_folder" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "freetype-rs" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "freetype-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "freetype-sys" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libz-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gcc" | |
| version = "0.3.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gdi32-sys" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gfx" | |
| version = "0.6.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "draw_state 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gfx_device_gl" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gfx 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gfx_gl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gfx_gl" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gl_generator 0.0.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "khronos_api 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gif" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lzw 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gl" | |
| version = "0.0.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gl_generator 0.0.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gl_common" | |
| version = "0.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gl_generator" | |
| version = "0.0.26" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "khronos_api 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "xml-rs 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gl_generator" | |
| version = "0.0.27" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "khronos_api 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "xml-rs 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "gleam" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gl_generator 0.0.27 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "khronos_api 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "glob" | |
| version = "0.2.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "glutin" | |
| version = "0.3.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "cocoa 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "core-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "core-graphics 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gl_generator 0.0.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "kernel32-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "khronos_api 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "user32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "wayland-client 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "wayland-kbd 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "x11-dl 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "image" | |
| version = "0.3.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "byteorder 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "enum_primitive 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gif 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "interpolation" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "kernel32-sys" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "khronos_api" | |
| version = "0.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "khronos_api" | |
| version = "0.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "lazy_static" | |
| version = "0.1.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "libc" | |
| version = "0.1.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "libz-sys" | |
| version = "0.1.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gcc 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "log" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "lzw" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "malloc_buf" | |
| version = "0.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "mmap" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "num" | |
| version = "0.1.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "objc" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "malloc_buf 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "osmesa-sys" | |
| version = "0.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "pistoncore-event_loop 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-window 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston-ai_behavior" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston-float" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "piston-gfx_texture" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gfx 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "image 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-texture 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston-shaders_graphics2d" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "piston-texture" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "piston-viewport" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "piston-float 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston2d-drag_controller" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston2d-gfx_graphics" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "freetype-rs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gfx 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-gfx_texture 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-shaders_graphics2d 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston2d-graphics 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston2d-graphics" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "draw_state 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "interpolation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-texture 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-viewport 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "read_color 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "vecmath 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston2d-sprite" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "interpolation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-ai_behavior 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston2d-graphics 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston3d-cam" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "quaternion 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "vecmath 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "piston_window" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gfx 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "gfx_device_gl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston2d-gfx_graphics 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston2d-graphics 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-glutin_window 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shader_version 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pistoncore-event_loop" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "clock_ticks 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-viewport 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-window 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pistoncore-glutin_window" | |
| version = "0.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gl 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "glutin 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-window 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shader_version 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pistoncore-input" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "piston-viewport 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pistoncore-sdl2_window" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "gl 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-window 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sdl2 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shader_version 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pistoncore-window" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "pistoncore-input 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "shader_version 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "pkg-config" | |
| version = "0.3.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "quaternion" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "vecmath 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "rand" | |
| version = "0.3.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "read_color" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "rustc-serialize" | |
| version = "0.3.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "sdl2" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sdl2-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sdl2" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "sdl2-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sdl2-sys" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "sdl2-sys" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "shader_version" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "shared_library" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "lazy_static 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "shell32-sys" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "tempdir" | |
| version = "0.3.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "user32-sys" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "uuid" | |
| version = "0.1.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "vecmath" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "piston-float 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "wayland-client" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "wayland-kbd" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "lazy_static 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "mmap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "wayland-client 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "winapi" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "winapi-build" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| [[package]] | |
| name = "x11-dl" | |
| version = "2.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "dylib 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
| "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
| [[package]] | |
| name = "xml-rs" | |
| version = "0.1.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| dependencies = [ | |
| "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment