https://github.com/shader-slang/slang
Raw File
Tip revision: a95fe92dafbd2a2e718bb4aac090a7156a46e79b authored by Yong He on 20 September 2022, 22:44:16 UTC
Use `printf` in tests. (#2406)
Tip revision: a95fe92
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