Starts adding fontplate for VGA
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
extern crate proc_macro;
|
||||
mod image;
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
use quote::{format_ident, quote};
|
||||
|
||||
@@ -32,3 +33,8 @@ pub fn define_regs(_input: TokenStream) -> TokenStream {
|
||||
|
||||
tokens.into()
|
||||
}
|
||||
|
||||
#[proc_macro]
|
||||
pub fn include_font_plate(input: TokenStream) -> TokenStream {
|
||||
image::include_font_plate_impl(input)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user