Initial commit
This commit is contained in:
		
						commit
						039657cd0b
					
				
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| /target | ||||
| **/*.rs.bk | ||||
| Cargo.lock | ||||
							
								
								
									
										12
									
								
								Cargo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Cargo.toml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| [package] | ||||
| name = "rusty" | ||||
| version = "0.1.0" | ||||
| authors = ["Thomas Forgione <thomas@forgione.fr>"] | ||||
| 
 | ||||
| [dependencies] | ||||
| sfml = "0.14.0" | ||||
| 
 | ||||
| [[bin]] | ||||
| name = "rusty-maker" | ||||
| path = "src/game/main.rs" | ||||
| 
 | ||||
							
								
								
									
										3
									
								
								src/game/main.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/game/main.rs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| fn main() { | ||||
|     println!("Hello, world!"); | ||||
| } | ||||
							
								
								
									
										6
									
								
								src/lib.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								src/lib.rs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,6 @@ | ||||
| #![warn(missing_docs)] | ||||
| 
 | ||||
| //! This crates contains the (future) rusty game.
 | ||||
| 
 | ||||
| extern crate sfml; | ||||
| 
 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user