@@ -47,6 +47,8 @@ std = [
4747 " glam028?/std" ,
4848 " glam029?/std" ,
4949 " glam030?/std" ,
50+ " glam031?/std" ,
51+ " glam032?/std" ,
5052]
5153sparse = []
5254debug = [" approx/num-complex" , " rand" ]
@@ -71,6 +73,8 @@ libm = [
7173 " glam028?/libm" ,
7274 " glam029?/libm" ,
7375 " glam030?/libm" ,
76+ " glam031?/libm" ,
77+ " glam032?/libm" ,
7478]
7579libm-force = [" simba/libm_force" ]
7680macros = [" nalgebra-macros" ]
@@ -94,6 +98,8 @@ convert-glam027 = ["glam027"]
9498convert-glam028 = [" glam028" ]
9599convert-glam029 = [" glam029" ]
96100convert-glam030 = [" glam030" ]
101+ convert-glam031 = [" glam031" ]
102+ convert-glam032 = [" glam032" ]
97103
98104# Serialization
99105# # To use serde in a #[no-std] environment, enable the
@@ -155,6 +161,8 @@ glam027 = { package = "glam", version = "0.27", optional = true, default-feature
155161glam028 = { package = " glam" , version = " 0.28" , optional = true , default-features = false }
156162glam029 = { package = " glam" , version = " 0.29" , optional = true , default-features = false }
157163glam030 = { package = " glam" , version = " 0.30" , optional = true , default-features = false }
164+ glam031 = { package = " glam" , version = " 0.31" , optional = true , default-features = false }
165+ glam032 = { package = " glam" , version = " 0.32" , optional = true , default-features = false }
158166rayon = { version = " 1.6" , optional = true }
159167defmt = { version = " 1.0.1" , optional = true }
160168encase = { version = " 0.12" , optional = true }
0 commit comments