no std support

This commit is contained in:
Able 2022-01-19 12:47:12 -06:00
parent b14c999294
commit bc57cce965

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,