Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

naga-cli 0.14.0 #152392

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/n/naga-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class NagaCli < Formula
desc "Shader translation command-line tool"
homepage "https://github.com/gfx-rs/naga"
url "https://github.com/gfx-rs/naga/archive/refs/tags/v0.13.0.tar.gz"
sha256 "126393320084c6bb5aa3916f9edc8de80824e9eb169db805432226eef4a56b15"
url "https://github.com/gfx-rs/naga/archive/refs/tags/v0.14.0.tar.gz"
sha256 "408128a255eba79763d9b7c5422d9c9d6a62019001f80f5ab28d34436c6189eb"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/gfx-rs/naga.git", branch: "master"

Expand Down Expand Up @@ -79,7 +79,7 @@ def install

EOF
assert_equal test_out_metal.read, <<~EOF
// language: metal2.0
// language: metal1.0
#include <metal_stdlib>
#include <simd/simd.h>

Expand Down