Merge pull request #340 from 8picoz/feature/tobj_version

fix tobj version
pull/346/head
sotrh 2 years ago committed by GitHub
commit b037cb7bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save