wip 80k example
This commit is contained in:
parent
57d9e90b0f
commit
0d4bf5ac10
8 changed files with 115 additions and 44 deletions
|
@ -3,7 +3,7 @@
|
|||
//! prefix `sp_bitmap_`
|
||||
|
||||
use servicepoint::{DataRef, Grid};
|
||||
use std::ptr::{null_mut, NonNull};
|
||||
use std::ptr::{NonNull};
|
||||
|
||||
use crate::byte_slice::SPByteSlice;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
use crate::SPByteSlice;
|
||||
use servicepoint::{DataRef, Grid};
|
||||
use std::convert::Into;
|
||||
use std::intrinsics::transmute;
|
||||
use std::mem::transmute;
|
||||
use std::ptr::NonNull;
|
||||
|
||||
/// see [servicepoint::Brightness::MIN]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue