mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 07:50:57 +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)]
|
#![deny(unsafe_op_in_unsafe_fn)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
#![feature(lang_items)]
|
#![feature(lang_items)]
|
||||||
|
#![feature(optimize_attribute)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate num_derive;
|
extern crate num_derive;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#[cfg(any(feature = "model_tt", feature = "model_tr"))]
|
#[cfg(any(feature = "model_tt", feature = "model_tr"))]
|
||||||
pub mod loader;
|
pub mod loader;
|
||||||
|
#[cfg(feature = "jpeg")]
|
||||||
|
pub mod tjpgd;
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
constant,
|
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