Upgraded to latest Rust-Empty + Cargo

This commit is contained in:
Sven Nilsen
2014-06-25 20:52:18 +02:00
parent 922b528cb1
commit 16a1953e0d
2 changed files with 18 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "rust-sdl2_mixer"
version = "0.0.1"
readme = "README.md"
authors = ["ShuYu Wang"]
[[lib]]
name = "sdl2_mixer"
path = "src/sdl2_mixer/lib.rs"
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2"
+2 -2
View File
@@ -93,7 +93,7 @@ endif
all: $(DEFAULT)
help:
$(Q)echo "--- rust-empty (0.5 006)"
$(Q)echo "--- rust-empty (0.5 007)"
$(Q)echo "make run - Runs executable"
$(Q)echo "make exe - Builds main executable"
$(Q)echo "make lib - Both static and dynamic library"
@@ -122,7 +122,7 @@ help:
$(Q)echo "make clean - Deletes binaries and documentation."
$(Q)echo "make clear-project - WARNING: Deletes project files except 'Makefile'"
$(Q)echo "make clear-git - WARNING: Deletes Git setup"
$(Q)echo "make symlink-build - Creates a script for building dependencies
$(Q)echo "make symlink-build - Creates a script for building dependencies"
$(Q)echo "make symlink-info - Symlinked libraries dependency info"
$(Q)echo "make target-dir - Creates directory for current target"