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 Sep 4, 2024
1 parent 3c24ba2 commit 6a2f608
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 6a2f608

Please sign in to comment.