Skip to content

Commit d89aedd

Browse files
committed
dylib: update docs
1 parent 5709fb0 commit d89aedd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/writing-shader-crates.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,9 @@ can give to a renderer.
152152

153153
## Writing your first shader
154154

155-
Configure your shader crate as a `"dylib"` type crate, and add `spirv-std` to its dependencies:
155+
Add `spirv-std` to its dependencies:
156156

157157
```toml
158-
[lib]
159-
crate-type = ["dylib"]
160-
161158
[dependencies]
162159
spirv-std = { version = "0.9" }
163160
```

0 commit comments

Comments
 (0)