From 06c3ec8b53a22b8a0f4a0a77be23219c22d7f8ca Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Wed, 6 Sep 2023 12:17:36 +0300 Subject: [PATCH] PS Vita support --- src/rand.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rand.rs b/src/rand.rs index 495ec60b30..97cb41c683 100644 --- a/src/rand.rs +++ b/src/rand.rs @@ -137,6 +137,7 @@ impl crate::sealed::Sealed for SystemRandom {} target_os = "redox", target_os = "solaris", target_os = "windows", + target_os = "vita", all( feature = "wasm32_unknown_unknown_js", target_arch = "wasm32",