Skip to content

Commit 8367658

Browse files
Improved wording in rust-gpu description
While reviewing rust-gamedev#361 I noticed this; so I slightly improved the working here so it's a bit easier to parse the sentence.
1 parent ab8eecc commit 8367658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/newsletter-015/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1282,9 +1282,9 @@ Although still in very early stages of development,
12821282
[Rust GPU released v0.1 in October][rustgpu-v0.1],
12831283
and has already garnered over 2000 stars on Github.
12841284
Currently, compiling and running very simple shaders
1285-
works, and a significant portion of the core library also compiles. However,
1286-
many things aren't implemented yet: for example, while-loops and if-statements
1287-
work, but for-loops, iterators, and match/switch aren't supported yet! That
1285+
works, and a significant portion of the core library also compiles. While things
1286+
like if-statements and while-loops are working, many things aren't implemented yet.
1287+
For example, for-loops, iterators and match/switch aren't supported yet. That
12881288
means that while being technically usable, Rust GPU is far from being
12891289
production-ready.
12901290

0 commit comments

Comments
 (0)