diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ features = ["help"] [workspace.dependencies.rand] version = "0.9" default-features = false -features = ["std_rng", "os_rng"] +features = ["small_rng", "os_rng"] [workspace.dependencies.raylib] git = "https://github.com/raylib-rs/raylib-rs" |