node-macro: add CrateIdent struct containing resolved crate paths

This commit is contained in:
firestar99
2025-08-26 14:10:50 +02:00
parent 69f9ef30cc
commit b1a5ab17c8
10 changed files with 86 additions and 50 deletions

View File

@@ -3,6 +3,7 @@ use proc_macro_error2::proc_macro_error;
use syn::GenericParam;
mod codegen;
mod crate_ident;
mod derive_choice_type;
mod parsing;
mod shader_nodes;