Skip to content

Commit bce5454

Browse files
committed
Minor README touches
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 4868b6d commit bce5454

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# rules_vulkan
66

77
[![CI](https://github.com/mxpv/rules_vulkan/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mxpv/rules_vulkan/actions/workflows/ci.yml)
8-
98
[![License](https://img.shields.io/github/license/mxpv/rules_vulkan)](./LICENSE)
109

1110

@@ -20,7 +19,7 @@ into your builds. It streamlines downloading, installing, and using Vulkan SDKs
2019
- A nice-looking AI-generated logo!
2120

2221

23-
## Getting started
22+
## :beginner: Getting started
2423

2524
To get started, you’ll need to fetch the Vulkan SDK and register the toolchains.
2625
Add the following to your `MODULE.bazel` file:
@@ -67,7 +66,7 @@ Refer to `e2e` project [here](./e2e/smoke/) for a more complete setup.
6766
which is not included in the SDK package. This DLL is distributed separately as part of the Vulkan "runtime"
6867
package and requires additional handling.
6968
- On Windows, `dxc.exe` fails due to symlink issues—native_binary does not copy `dxcompiler.dll` to the output directory.
70-
See [failed CI job](https://github.com/mxpv/rules_vulkan/actions/runs/15526978807/job/43708453464)) for details.
69+
See [failed CI job](https://github.com/mxpv/rules_vulkan/actions/runs/15526978807/job/43708453464) for details.
7170
- Slang doesn't like Linux (see [failed CI job](https://github.com/mxpv/rules_vulkan/actions/runs/15544365318/job/43762431714))
7271
and requires deeper investigation.
7372

0 commit comments

Comments
 (0)