Added lock
This commit is contained in:
		
							parent
							
								
									dd1ec1e954
								
							
						
					
					
						commit
						467aed4374
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,2 @@ | |||||||
| /target | /target | ||||||
| **/*.rs.bk | **/*.rs.bk | ||||||
| Cargo.lock |  | ||||||
| third-party |  | ||||||
|  | |||||||
							
								
								
									
										563
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										563
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @ -0,0 +1,563 @@ | |||||||
|  | [[package]] | ||||||
|  | name = "adler32" | ||||||
|  | version = "1.0.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "ansi_term" | ||||||
|  | version = "0.11.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "atty" | ||||||
|  | version = "0.2.11" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "bitflags" | ||||||
|  | version = "1.0.4" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "build_const" | ||||||
|  | version = "0.2.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "bzip2" | ||||||
|  | version = "0.3.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "bzip2-sys" | ||||||
|  | version = "0.1.6" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "cc" | ||||||
|  | version = "1.0.25" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "cfg-if" | ||||||
|  | version = "0.1.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "clap" | ||||||
|  | version = "2.32.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "cmake" | ||||||
|  | version = "0.1.35" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "crc" | ||||||
|  | version = "1.8.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "csfml-audio-sys" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#510d47bcb55b2587a760fb4630b733780eb20385" | ||||||
|  | dependencies = [ | ||||||
|  |  "csfml-system-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "sfml-build 0.2.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "csfml-graphics-sys" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#510d47bcb55b2587a760fb4630b733780eb20385" | ||||||
|  | dependencies = [ | ||||||
|  |  "csfml-system-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "csfml-window-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "sfml-build 0.2.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "csfml-system-sys" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#510d47bcb55b2587a760fb4630b733780eb20385" | ||||||
|  | dependencies = [ | ||||||
|  |  "sfml-build 0.2.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "csfml-window-sys" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#510d47bcb55b2587a760fb4630b733780eb20385" | ||||||
|  | dependencies = [ | ||||||
|  |  "csfml-system-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "sfml-build 0.2.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "curl" | ||||||
|  | version = "0.4.18" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "curl-sys" | ||||||
|  | version = "0.4.13" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libz-sys 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "flate2" | ||||||
|  | version = "1.0.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "git2" | ||||||
|  | version = "0.7.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "idna" | ||||||
|  | version = "0.1.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "kernel32-sys" | ||||||
|  | version = "0.2.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "lazy_static" | ||||||
|  | version = "1.1.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "libc" | ||||||
|  | version = "0.2.43" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "libgit2-sys" | ||||||
|  | version = "0.7.10" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libz-sys 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "libssh2-sys" | ||||||
|  | version = "0.2.11" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libz-sys 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "libz-sys" | ||||||
|  | version = "1.0.23" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "log" | ||||||
|  | version = "0.4.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "matches" | ||||||
|  | version = "0.1.8" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "miniz_oxide" | ||||||
|  | version = "0.1.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "miniz_oxide_c_api" | ||||||
|  | version = "0.1.3" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "msdos_time" | ||||||
|  | version = "0.1.6" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "openssl-probe" | ||||||
|  | version = "0.1.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "openssl-sys" | ||||||
|  | version = "0.9.36" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "percent-encoding" | ||||||
|  | version = "1.0.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "pkg-config" | ||||||
|  | version = "0.3.14" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "podio" | ||||||
|  | version = "0.1.6" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "redox_syscall" | ||||||
|  | version = "0.1.40" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "redox_termios" | ||||||
|  | version = "0.1.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "rusty" | ||||||
|  | version = "0.1.0" | ||||||
|  | dependencies = [ | ||||||
|  |  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "sfml 0.14.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "schannel" | ||||||
|  | version = "0.1.14" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "sfml" | ||||||
|  | version = "0.14.0" | ||||||
|  | source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#510d47bcb55b2587a760fb4630b733780eb20385" | ||||||
|  | dependencies = [ | ||||||
|  |  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "csfml-audio-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "csfml-graphics-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "csfml-system-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "csfml-window-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||||
|  |  "curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "sfml-build" | ||||||
|  | version = "0.2.0" | ||||||
|  | source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#510d47bcb55b2587a760fb4630b733780eb20385" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "socket2" | ||||||
|  | version = "0.3.8" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "strsim" | ||||||
|  | version = "0.7.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "termion" | ||||||
|  | version = "1.5.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "textwrap" | ||||||
|  | version = "0.10.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "time" | ||||||
|  | version = "0.1.40" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "unicode-bidi" | ||||||
|  | version = "0.3.4" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "unicode-normalization" | ||||||
|  | version = "0.1.7" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "unicode-width" | ||||||
|  | version = "0.1.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "url" | ||||||
|  | version = "1.7.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "vcpkg" | ||||||
|  | version = "0.2.6" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "vec_map" | ||||||
|  | version = "0.8.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "version_check" | ||||||
|  | version = "0.1.5" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "winapi" | ||||||
|  | version = "0.2.8" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "winapi" | ||||||
|  | version = "0.3.6" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "winapi-build" | ||||||
|  | version = "0.1.1" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "winapi-i686-pc-windows-gnu" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "winapi-x86_64-pc-windows-gnu" | ||||||
|  | version = "0.4.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "zip" | ||||||
|  | version = "0.4.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [metadata] | ||||||
|  | "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" | ||||||
|  | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | ||||||
|  | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | ||||||
|  | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | ||||||
|  | "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" | ||||||
|  | "checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b" | ||||||
|  | "checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b" | ||||||
|  | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" | ||||||
|  | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" | ||||||
|  | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | ||||||
|  | "checksum cmake 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "6ec65ee4f9c9d16f335091d23693457ed4928657ba4982289d7fafee03bc614a" | ||||||
|  | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" | ||||||
|  | "checksum csfml-audio-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)" = "<none>" | ||||||
|  | "checksum csfml-graphics-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)" = "<none>" | ||||||
|  | "checksum csfml-system-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)" = "<none>" | ||||||
|  | "checksum csfml-window-sys 0.4.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)" = "<none>" | ||||||
|  | "checksum curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a9e5285b49b44401518c947d3b808d14d99a538a6c9ffb3ec0205c11f9fc4389" | ||||||
|  | "checksum curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "08459503c415173da1ce6b41036a37b8bfdd86af46d45abb9964d4c61fe670ef" | ||||||
|  | "checksum flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4af030962d89d62aa52cd9492083b1cd9b2d1a77764878102a6c0f86b4d5444d" | ||||||
|  | "checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71" | ||||||
|  | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | ||||||
|  | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | ||||||
|  | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" | ||||||
|  | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" | ||||||
|  | "checksum libgit2-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356" | ||||||
|  | "checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d" | ||||||
|  | "checksum libz-sys 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c7bdca442aa002a930e6eb2a71916cabe46d91ffec8df66db0abfb1bc83469ab" | ||||||
|  | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" | ||||||
|  | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | ||||||
|  | "checksum miniz_oxide 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9ba430291c9d6cedae28bcd2d49d1c32fc57d60cd49086646c5dd5673a870eb5" | ||||||
|  | "checksum miniz_oxide_c_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5a5b8234d6103ebfba71e29786da4608540f862de5ce980a1c94f86a40ca0d51" | ||||||
|  | "checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729" | ||||||
|  | "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" | ||||||
|  | "checksum openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)" = "409d77eeb492a1aebd6eb322b2ee72ff7c7496b4434d98b3bf8be038755de65e" | ||||||
|  | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | ||||||
|  | "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" | ||||||
|  | "checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd" | ||||||
|  | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | ||||||
|  | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | ||||||
|  | "checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56" | ||||||
|  | "checksum sfml 0.14.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)" = "<none>" | ||||||
|  | "checksum sfml-build 0.2.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)" = "<none>" | ||||||
|  | "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" | ||||||
|  | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | ||||||
|  | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | ||||||
|  | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | ||||||
|  | "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" | ||||||
|  | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | ||||||
|  | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" | ||||||
|  | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | ||||||
|  | "checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" | ||||||
|  | "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" | ||||||
|  | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | ||||||
|  | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | ||||||
|  | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | ||||||
|  | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | ||||||
|  | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | ||||||
|  | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||||||
|  | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||||||
|  | "checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822" | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user