initial commit

This commit is contained in:
2014-12-10 20:02:43 +01:00
commit ff6a478989
3 changed files with 114 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "smb"
version = "0.0.1"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
sdl2 = "0.0.7"
[dependencies.sdl2_ttf]
git = "https://github.com/andelf/rust-sdl2_ttf"