Skip to content

Commit 3fe8966

Browse files
authored
Merge pull request #286 from LedgerHQ/y333/bagl_glyph_copy_trait
Add Copy trait to BAGL glyph
2 parents cdb3efd + 2077909 commit 3fe8966

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ledger_device_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ledger_device_sdk"
3-
version = "1.24.5"
3+
version = "1.24.6"
44
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
55
edition = "2021"
66
license.workspace = true

ledger_device_sdk/src/ui/bitmaps.rs

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

4+
#[derive(Debug, Clone, Copy)]
45
pub struct Glyph<'a> {
56
pub bitmap: &'a [u8],
67
pub width: u32,

0 commit comments

Comments
 (0)