Update to SFML2.5
This commit is contained in:
		
							parent
							
								
									f3643ba31b
								
							
						
					
					
						commit
						f84aabf4c6
					
				
							
								
								
									
										52
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										52
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -56,37 +56,37 @@ dependencies = [ | ||||
| [[package]] | ||||
| name = "csfml-audio-sys" | ||||
| version = "0.4.0" | ||||
| source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#657654e2d8b65a37874639ece70381a2cd062b88" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 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)", | ||||
|  "csfml-system-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "sfml-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "csfml-graphics-sys" | ||||
| version = "0.4.0" | ||||
| source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#657654e2d8b65a37874639ece70381a2cd062b88" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 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)", | ||||
|  "csfml-system-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "csfml-window-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "sfml-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "csfml-system-sys" | ||||
| version = "0.4.0" | ||||
| source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#657654e2d8b65a37874639ece70381a2cd062b88" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "sfml-build 0.2.0 (git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml)", | ||||
|  "sfml-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "csfml-window-sys" | ||||
| version = "0.4.0" | ||||
| source = "git+https://gitea.tforgione.fr/free-rusty-maker/rust-sfml#657654e2d8b65a37874639ece70381a2cd062b88" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 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)", | ||||
|  "csfml-system-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "sfml-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| @ -229,27 +229,25 @@ 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)", | ||||
|  "sfml 0.14.0 (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#657654e2d8b65a37874639ece70381a2cd062b88" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 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)", | ||||
|  "git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "csfml-audio-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "csfml-graphics-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "csfml-system-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "csfml-window-sys 0.4.0 (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#657654e2d8b65a37874639ece70381a2cd062b88" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "strsim" | ||||
| @ -339,10 +337,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "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 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 csfml-audio-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c3f55bfdd00e6ded8b4bbf62acfe7e62a493584a7b0774642dac59d822061aa4" | ||||
| "checksum csfml-graphics-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d508c34b7376ca0450422ee11642b5aba43bde59673c822bb436e9fc126d8487" | ||||
| "checksum csfml-system-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "226869ac0651d7592d2fc0795f5e44101fbd7b22548d6cf6f0e0e74e54efa1fd" | ||||
| "checksum csfml-window-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "86fd0d9840a9f92ae0960cef634c1b5781b15847dbb099a9ee6021bb5c1cb618" | ||||
| "checksum curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "08459503c415173da1ce6b41036a37b8bfdd86af46d45abb9964d4c61fe670ef" | ||||
| "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" | ||||
| @ -358,8 +356,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" | ||||
| "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 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 sfml 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47b06f9db4d3f8b936d232d92bfbd6335060ae51ddcf1be2e79361aeb5c8fef1" | ||||
| "checksum sfml-build 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff35ae173aff95bc967d1b4f0e131a8aec384c317fd057738da4b0f71c8cf841" | ||||
| "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" | ||||
|  | ||||
| @ -5,7 +5,7 @@ authors = ["Thomas Forgione <thomas@forgione.fr>"] | ||||
| 
 | ||||
| [dependencies] | ||||
| clap = "2.32.0" | ||||
| sfml = { git = "https://gitea.tforgione.fr/free-rusty-maker/rust-sfml" } | ||||
| sfml = "0.14.0" | ||||
| 
 | ||||
| [build-dependencies] | ||||
| git2 = "0.7.5" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user