mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
add demo bin to Cargo.toml
This commit is contained in:
+5
-1
@@ -10,7 +10,11 @@ name = "sdl2_image"
|
||||
path = "src/sdl2_image/lib.rs"
|
||||
crate-type = ["dylib"]
|
||||
|
||||
[[bin]]
|
||||
|
||||
name = "demo"
|
||||
path = "src/demo/main.rs"
|
||||
|
||||
[dependencies.sdl2]
|
||||
|
||||
git = "https://github.com/AngryLawyer/rust-sdl2.git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user