diff options
author | Aaditya Dhruv <[email protected]> | 2023-01-02 16:36:57 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-01-02 16:36:57 +0530 |
commit | 8a01a57129de444289834777bae916e28d5a5ae8 (patch) | |
tree | 9ee0f5eb65393c1efc923768e4e318fa64334363 /Cargo.toml | |
parent | b8544d8c81d69b27d3c6e8dd222a09bf4706084a (diff) |
rand package, core fns
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ edition = "2021" [dependencies] sdl2 = "0.35.2" +rand = "0.8.5" |