diff --git a/Cargo.toml b/Cargo.toml index fba2f74..61b56cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wgsl-shader-assembler" version = "0.1.0" -edition = "2021" +edition = "2024" [lib] proc-macro = true @@ -9,5 +9,5 @@ proc-macro = true [dependencies] quote = "1.0" syn = "2.0.90" -naga = { version = "23.0.0", features = ["wgsl-in"] } +naga = { version = "25.0.0", features = ["wgsl-in"] } regex = "1.11.1" \ No newline at end of file