mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Make the generated module not public
This commit is contained in:
parent
a39d5cfd69
commit
eb38e2b631
|
@ -60,7 +60,7 @@ pub fn include_gfx(input: TokenStream) -> TokenStream {
|
||||||
});
|
});
|
||||||
|
|
||||||
let module = quote! {
|
let module = quote! {
|
||||||
pub mod #module_name {
|
mod #module_name {
|
||||||
const _: &[u8] = include_bytes!(#include_path);
|
const _: &[u8] = include_bytes!(#include_path);
|
||||||
|
|
||||||
#(#image_code)*
|
#(#image_code)*
|
||||||
|
|
Loading…
Reference in a new issue