Skip to content

Commit

Permalink
avar2 support requires alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Aug 30, 2024
1 parent 26de3b3 commit 5434ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions read-fonts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
#![deny(rustdoc::broken_intra_doc_links)]
#![cfg_attr(not(feature = "std"), no_std)]

extern crate alloc;

#[cfg(any(feature = "std", test))]
#[macro_use]
extern crate std;
Expand Down

0 comments on commit 5434ba6

Please sign in to comment.