no std support

master
Able 2022-01-19 12:47:12 -06:00
parent b3c2588048
commit f06ec5094d
Signed by: able
GPG Key ID: D164AF5F5700BE51
1 changed files with 1 additions and 1 deletions

View File

@ -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,