mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 14:58:09 +00:00
feat(core/rust): tjpgd in rust
[no changelog]
This commit is contained in:
parent
2f9483f994
commit
02e2b50d3f
@ -4,6 +4,7 @@
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![allow(dead_code)]
|
||||
#![feature(lang_items)]
|
||||
#![feature(optimize_attribute)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate num_derive;
|
||||
|
@ -1,5 +1,7 @@
|
||||
#[cfg(any(feature = "model_tt", feature = "model_tr"))]
|
||||
pub mod loader;
|
||||
#[cfg(feature = "jpeg")]
|
||||
pub mod tjpgd;
|
||||
|
||||
use super::{
|
||||
constant,
|
||||
|
1554
core/embed/rust/src/ui/display/tjpgd.rs
Normal file
1554
core/embed/rust/src/ui/display/tjpgd.rs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user