@@ -4,10 +4,14 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
name = "my_raylib"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "rect"
|
||||
path = "src/rect.rs"
|
||||
path = "src/demos/rect.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "bounce"
|
||||
path = "src/bounce.rs"
|
||||
path = "src/demos/bounce.rs"
|
||||
|
||||
Reference in New Issue
Block a user