Update to cust 0.3

This commit is contained in:
Sébastien Crozet 2022-03-11 17:17:34 +01:00
parent a46f172fe4
commit 6d89e2aca6
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ glam019 = { package = "glam", version = "0.19", optional = true }
glam020 = { package = "glam", version = "0.20", optional = true } glam020 = { package = "glam", version = "0.20", optional = true }
[target.'cfg(not(target_os = "cuda"))'.dependencies] [target.'cfg(not(target_os = "cuda"))'.dependencies]
cust = { version = "0.2", optional = true } cust = { version = "0.3", optional = true }
[dev-dependencies] [dev-dependencies]