From eddbe6c29f32b96e01bc0cf70b3a255c9d3d06f0 Mon Sep 17 00:00:00 2001 From: reo Date: Wed, 16 Jul 2025 22:35:38 +0300 Subject: [PATCH] Add rand --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 0cc983a..9e6529b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,6 +672,7 @@ dependencies = [ "imgui", "imgui-glium-renderer", "imgui-winit-support", + "rand", "rapier3d", "winit", ] diff --git a/Cargo.toml b/Cargo.toml index b580e02..acf880d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,3 +21,4 @@ imgui-glium-renderer = "0.13" winit = "0.30" rapier3d = "0.26.1" +rand = "0.8"