mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 19:08:05 +08:00
node-macro: add CrateIdent struct containing resolved crate paths
This commit is contained in:
@@ -5,6 +5,7 @@ pub mod choice_type;
|
||||
pub mod color;
|
||||
pub mod context;
|
||||
pub mod registry;
|
||||
pub mod shaders;
|
||||
|
||||
pub use context::Ctx;
|
||||
pub use glam;
|
||||
|
||||
5
node-graph/gcore-shaders/src/shaders/mod.rs
Normal file
5
node-graph/gcore-shaders/src/shaders/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod __private {
|
||||
pub use bytemuck;
|
||||
pub use glam;
|
||||
pub use spirv_std;
|
||||
}
|
||||
Reference in New Issue
Block a user