Trying to fix derive macro
This commit is contained in:
parent
5b152f9919
commit
a4fbb35461
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,6 @@ pub fn derive_resource(input: TokenStream) -> TokenStream {
|
|||
let implementor = ast.ident;
|
||||
|
||||
TokenStream::from(quote! {
|
||||
impl Resource for #implementor {}
|
||||
impl ecs::Resource for #implementor {}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue