Skip to content

Commit

Permalink
Removed register_attr from required rust features for spirv (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
oisyn committed Oct 13, 2022
1 parent 43cf6e8 commit c34a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -247,7 +247,7 @@ The minimum supported Rust version is `1.58.1`.
*/
#![doc(html_root_url = "https://docs.rs/glam/0.21.3")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(target_arch = "spirv", feature(register_attr, repr_simd))]
#![cfg_attr(target_arch = "spirv", feature(repr_simd))]
#![deny(
rust_2018_compatibility,
rust_2018_idioms,
Expand Down

0 comments on commit c34a632

Please sign in to comment.