Use cargo as a build system instead of makefiles
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "test-raylib-rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "rect"
|
||||
path = "src/rect.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "bounce"
|
||||
path = "src/bounce.rs"
|
||||
Reference in New Issue
Block a user