mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Upgraded to latest Rust-Empty + Cargo
This commit is contained in:
+16
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user