https://github.com/shader-slang/slang
Raw File
Tip revision: d118134df5ae76fcc26626e771f4ca03a2fb43f1 authored by jsmall-nvidia on 19 July 2022, 19:25:27 UTC
Typo fixes in cpu-target.md. (#2333)
Tip revision: d118134
macos-notarize.json
{
    "apple_id": {
        "username" : "yongh@outlook.com",
        "password":  "@env:AC_PASSWORD"
    },
    "notarize" :{
        "path": "slang-macos-dist.zip",
        "bundle_id": "shader-slang.slang",
        "staple": false
    }
}
back to top