Skip to content

Commit b57d231

Browse files
committed
Fix include_gif
1 parent 229b76b commit b57d231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ledger_device_sdk/src/ui/bitmaps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
use crate::ui::screen_util::draw;
22
use ledger_secure_sdk_sys;
33

4-
use ledger_secure_sdk_sys::include_gif;
5-
64
pub struct Glyph<'a> {
75
pub bitmap: &'a [u8],
86
pub width: u32,
@@ -55,6 +53,8 @@ pub fn manual_screen_clear() {
5553
}
5654
}
5755

56+
use include_gif::include_gif;
57+
5858
pub const BLANK: [u8; 1024] = [0u8; 1024];
5959

6060
extern "C" {

0 commit comments

Comments
 (0)