aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-01-02 16:36:57 +0530
committerAaditya Dhruv <[email protected]>2023-01-02 16:36:57 +0530
commit8a01a57129de444289834777bae916e28d5a5ae8 (patch)
tree9ee0f5eb65393c1efc923768e4e318fa64334363 /Cargo.toml
parentb8544d8c81d69b27d3c6e8dd222a09bf4706084a (diff)
rand package, core fns
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4be877..d2f8880 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
sdl2 = "0.35.2"
+rand = "0.8.5"