File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class NagaCli < Formula
22 desc "Shader translation command-line tool"
33 homepage "https://github.com/gfx-rs/naga"
4- url "https://github.com/gfx-rs/naga/archive/refs/tags/v0.13 .0.tar.gz"
5- sha256 "126393320084c6bb5aa3916f9edc8de80824e9eb169db805432226eef4a56b15 "
4+ url "https://github.com/gfx-rs/naga/archive/refs/tags/v0.14 .0.tar.gz"
5+ sha256 "408128a255eba79763d9b7c5422d9c9d6a62019001f80f5ab28d34436c6189eb "
66 license any_of : [ "Apache-2.0" , "MIT" ]
77 head "https://github.com/gfx-rs/naga.git" , branch : "master"
88
@@ -79,7 +79,7 @@ def install
7979
8080 EOF
8181 assert_equal test_out_metal . read , <<~EOF
82- // language: metal2 .0
82+ // language: metal1 .0
8383 #include <metal_stdlib>
8484 #include <simd/simd.h>
8585
You can’t perform that action at this time.
0 commit comments