Skip to content

Commit 4200619

Browse files
committed
Update docs/src/writing-shader-crates.md
1 parent 62a3f60 commit 4200619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/writing-shader-crates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ can give to a renderer.
146146

147147
## Writing your first shader
148148

149-
Configure your shader crate as a `"dylib"` type crate, and add `spirv-std` to its dependencies. The following example also enables the `glam` vector library.
149+
Configure your shader crate as a `"dylib"` type crate, and add `spirv-std` to its dependencies:
150150

151151
```toml
152152
[lib]

0 commit comments

Comments
 (0)