Skip to content

Commit 269515e

Browse files
committed
move target specs to rustc_codegen_spirv-types
1 parent fcb4fdf commit 269515e

20 files changed

+6
-4
lines changed

crates/rustc_codegen_spirv-types/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pub use rspirv::spirv::Capability;
55
mod compile_result;
66
pub use compile_result::*;
77

8+
pub mod target_specs;
9+
pub use target_specs::TARGET_SPECS;
10+
811
// HACK(eddyb) allows downstream crates to access the correct version directly.
912
pub use serde;
1013
pub use serde_json;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)