Skip to content

Rust version conflict with winit/ahash #220

Answered by hfytr
hfytr asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, so now i have a setup with three crates: cpu code, shader-crate, shader compiler, with the latter two running an older rust version. The problem is that cargo doesn't detect the panic_handler and eh_personality. For some reason, i had to include

#![cfg_attr(target_arch = "spirv", no_std)]

in order to get rid of unimplemented panic / eh_personality errors. Everything works now.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@hfytr
Comment options

@hfytr
Comment options

Answer selected by hfytr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants