Skip to content

Commit e450e6a

Browse files
committed
Re-export include_gif crate as a module
1 parent 538541c commit e450e6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ledger_device_sdk/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ pub fn exiting_panic(_info: &PanicInfo) -> ! {
6363
pub use ledger_secure_sdk_sys::buttons;
6464
pub use ledger_secure_sdk_sys::exit_app;
6565

66+
// re-export include_gif crate as an sdk module
67+
pub use include_gif;
68+
6669
use ledger_secure_sdk_sys::{pic_rs, pic_rs_mut};
6770

6871
/// Helper macro that sets an external panic handler

0 commit comments

Comments
 (0)