no std support
This commit is contained in:
parent
b14c999294
commit
bc57cce965
|
@ -1,3 +1,4 @@
|
|||
#[no_std]
|
||||
use bincode::{Decode, Encode};
|
||||
|
||||
#[derive(Encode, Decode, PartialEq, Debug)]
|
||||
|
@ -16,7 +17,6 @@ pub struct Window {
|
|||
}
|
||||
|
||||
// TODO: Seperate out this versioning into ableos-ver
|
||||
#[repr(C)]
|
||||
#[derive(Encode, Decode, PartialEq, Debug)]
|
||||
pub struct Version {
|
||||
pub major: u8,
|
||||
|
|
Loading…
Reference in a new issue