Merge branch 'master' of github.com:sotrh/learn-wgpu

This commit is contained in:
Ben Hansen 2022-04-14 16:28:19 -06:00
commit a595bccaf9
3 changed files with 8827 additions and 5922 deletions

View File

@ -231,7 +231,9 @@ We're going to use the [tobj](https://docs.rs/tobj/3.0/tobj/) library to load ou
```toml
[dependencies]
# other dependencies...
tobj = "3.0"
tobj = { version = "3.2.1", features = [
"async",
]}
```
Before we can load our model though, we need somewhere to put it.

14739
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5472,9 +5472,9 @@ minimatch@^3.0.4:
brace-expansion "^1.1.7"
minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
mississippi@^3.0.0:
version "3.0.0"