Skip to content

Commit

Permalink
naga-cli 0.14.0
Browse files Browse the repository at this point in the history
naga-cli: update test

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 26, 2023
1 parent d7f0cb5 commit eabd08e
Showing 1 changed file with 3 additions and 3 deletions.
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

Check notice on line 1 in Formula/n/naga-cli.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for naga-cli from

:1509f61aa5b (Merge 3ae5d7c3a750c28853cd44aa7aef8e68e0ee07c8 into d3e62d12603ad1c788f1e38f3d67aa112087cf39, 2023-10-25)

Check notice on line 1 in Formula/n/naga-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for naga-cli from

:1509f61aa5b (Merge 3ae5d7c3a750c28853cd44aa7aef8e68e0ee07c8 into d3e62d12603ad1c788f1e38f3d67aa112087cf39, 2023-10-25)

Check notice on line 1 in Formula/n/naga-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for naga-cli from

:1509f61aa5b (Merge 3ae5d7c3a750c28853cd44aa7aef8e68e0ee07c8 into d3e62d12603ad1c788f1e38f3d67aa112087cf39, 2023-10-25)

Check notice on line 1 in Formula/n/naga-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for naga-cli from

:1509f61aa5b (Merge 3ae5d7c3a750c28853cd44aa7aef8e68e0ee07c8 into d3e62d12603ad1c788f1e38f3d67aa112087cf39, 2023-10-25)
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

0 comments on commit eabd08e

Please sign in to comment.