summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 29d351a..7dcf390 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -124,6 +124,10 @@
#![warn(rust_2018_idioms)]
+#![no_std]
+
+extern crate alloc;
+
pub mod chebyshev;
pub mod coords;
pub mod cos;