Commit Graph

887 Commits

Author SHA1 Message Date
sotrh
ae7c6b4d91
Merge pull request #368 from 7tsvn/master
Clarified some of the steps in tutorial1-window
2022-06-04 10:54:59 -06:00
sotrh
57f96b0f09
Merge pull request #370 from sotrh/dependabot/npm_and_yarn/eventsource-1.1.1
Bump eventsource from 1.1.0 to 1.1.1
2022-06-04 10:52:23 -06:00
sotrh
35297142d0
Merge pull request #369 from Narcha/patch-1
Grammar fixes
2022-06-04 10:52:09 -06:00
sotrh
bca1bc0576
Merge pull request #371 from Narcha/patch-2
Fixed missing `pub` in ModelVertex struct
2022-06-04 10:51:02 -06:00
Narcha
94e6c383e0
Fixed missing pub in ModelVertex struct 2022-06-04 16:11:25 +02:00
dependabot[bot]
69b3803dfe
Bump eventsource from 1.1.0 to 1.1.1
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 23:01:45 +00:00
Narcha
ad934b6199
Grammar fixes 2022-05-30 00:57:28 +02:00
7tsvn
38f6cd6081
updated formatting 2022-05-29 21:17:41 +01:00
7tsvn
55b9cba6ae
Update README.md 2022-05-29 21:17:13 +01:00
7tsvn
d444bc7df6 Cleared up some things in tutorial1 2022-05-29 21:14:41 +01:00
Lining Pan
6b2647cacb
fix: typo in write_texture
missing reference
2022-05-28 18:37:07 -04:00
Ben Hansen
bcb4282f1e fixes #362 2022-05-28 15:02:26 -06:00
sotrh
44f0978b10
Merge pull request #365 from Narcha/patch-2
Remove incorrect .unwrap()
2022-05-28 13:56:19 -06:00
Narcha
e589b5d442
Remove incorrect .unwrap() 2022-05-28 16:17:54 +02:00
Yifeng Wang
48f4fc8d66
chore: remove badge 2022-05-17 17:42:39 +08:00
sotrh
9c6556757a
Merge pull request #353 from sotrh/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2022-05-14 12:48:46 -06:00
sotrh
718123dede
Merge pull request #355 from lidongjies/fix/showcase-windowless
Fix windowless showcase
2022-05-14 12:44:50 -06:00
sotrh
b6f66e0565
Merge pull request #347 from dis-da-moe/master
Typos, references to `main.rs` supposed to be to `lib.rs`, and readability changes
2022-05-14 12:44:34 -06:00
sotrh
3a8b832c89
Merge pull request #351 from ikopysov/patch-1
Removed "pollster" from tutorial1-window readme.
2022-05-14 12:43:05 -06:00
sotrh
df9fffcda4
Merge pull request #359 from coelhucas/patch-1
fix: point code snippet to right file name
2022-05-14 12:41:58 -06:00
sotrh
849eebbf0a
Merge pull request #360 from CarlyRaeJepsenStan/master
Beginner - The Surface shows lib.rs but is labeled main.rs
2022-05-14 12:41:38 -06:00
dependabot[bot]
fb06f6b8da
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-14 17:53:11 +00:00
sotrh
e12f5f129d
Merge pull request #361 from anthony81799/patch-1
Update Cargo.toml
2022-05-14 11:52:45 -06:00
Ben Hansen
19dfb6fdcc fixes #348 2022-05-14 11:50:19 -06:00
sotrh
1d12607359
Merge pull request #357 from yutannihilation/update-wgpu-gecko-branch
Update Cargo.lock for wgpu gecko branch
2022-05-14 11:49:31 -06:00
Anthony Mason
6ae2e7e080
Update Cargo.toml
Add the wasm-bindgen-futures dependency.  Without this the wasm-pack build command fails.
2022-05-11 22:57:48 -04:00
CarlyRaeJepsenStan
b2f2bd334e
Update README.md 2022-05-11 13:24:52 -07:00
Lucas Coelho
59d8ae60a4
fix: point code snippet to right file name 2022-05-10 20:28:09 -03:00
Hiroaki Yutani
6c122b81c8 Update Cargo.lock for wgpu gecko branch 2022-05-07 18:47:31 +09:00
disdamoe
cbf7f4e1a6 suggested changes 2022-05-06 23:38:36 +03:00
disdamoe
c736467db4 suggested changes 2022-05-06 23:37:28 +03:00
lidongjies
1d2d7d5783 Fix windowless showcase 2022-05-01 07:31:55 +08:00
Yifeng Wang
6138bf7efa
add Chinese translation and badge 2022-04-30 22:59:37 +08:00
ikopysov
e43a744b5a
Removed "pollster" from tutorial1-window readme.
It seems that in #345 pollster was removed from the example, but not from the code in the page.
This change removes it from the code in the tutorial, so it will work just by pasting it in the editor.
2022-04-26 04:03:22 +03:00
dis_da_moe
2275f68247 Typos and grammar for rest of docs 2022-04-18 08:48:38 +03:00
disdamoe
03e905cc4d Fixed accidental indentation change 2022-04-17 21:08:44 +03:00
disdamoe
eca31a5ed5 typo 2022-04-17 19:41:07 +03:00
disdamoe
33bd66e368 docs for tutorials 1-9: typos, references to main.rs supposed to be to lib.rs, and readability changes 2022-04-17 19:35:45 +03:00
sotrh
d99a4f7d15
Merge pull request #346 from kneasle/indentation-fixes
Fix indentation
2022-04-14 19:18:36 -06:00
Ben Hansen
a595bccaf9 Merge branch 'master' of github.com:sotrh/learn-wgpu 2022-04-14 16:28:19 -06:00
Ben Hansen
8bbdb09c67 fixes #278 2022-04-14 16:20:11 -06:00
Ben Hansen
8a6a422059 fixes #306 2022-04-14 16:17:21 -06:00
Ben Hansen
93712de4e7 fixes #307 2022-04-14 16:08:22 -06:00
Ben Hansen
dad9e9d675 fixes #328 2022-04-14 15:58:09 -06:00
Ben Hansen
27fb79c4ab fixes #337 2022-04-14 14:50:57 -06:00
Ben Hansen
4d33b048c2 fixes #343 2022-04-14 14:06:39 -06:00
Ben Hansen
0cb0b273c3 fixes #345 2022-04-14 14:00:28 -06:00
Kneasle
964ad9307b Fix indentation
In beginner chapter 9 'Model Loading', the `fn format_url(...)` line was
unnecessarily indented.  This PR also makes some minor reformatting
(presumably caused by changes to `rustfmt`).
2022-04-14 16:30:19 +01:00
sotrh
e514011384
Merge pull request #335 from sotrh/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 0.0.8 to 1.2.6
2022-04-10 11:57:50 -06:00
sotrh
849feaf6b1
Merge pull request #336 from sotrh/dependabot/npm_and_yarn/node-forge-0.10.0
Bump node-forge from 0.9.0 to 0.10.0
2022-04-10 11:57:35 -06:00