14 lines
182 B
TOML
14 lines
182 B
TOML
[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"
|