From b4c25f17cd8d75f05123928e47f44dd56275749f Mon Sep 17 00:00:00 2001 From: IshitaTakeshi Date: Wed, 15 May 2024 18:02:22 +0900 Subject: Make this crate work with no-std --- src/coords.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/coords.rs') diff --git a/src/coords.rs b/src/coords.rs index cee89ee..c0adaed 100644 --- a/src/coords.rs +++ b/src/coords.rs @@ -2,6 +2,8 @@ use crate::distance::Value; +use alloc::vec::Vec; + /// A coordinate space. pub trait Coordinates { /// The type of individual coordinates. -- cgit v1.2.3