This website requires JavaScript.
Explore
Help
Sign In
v4games
/
assimp
Watch
3
Star
0
Fork
You've already forked assimp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5f28370f7f
assimp
/
port
/
assimp_rs
/
src
/
camera
/
mod.rs
2 lines
33 B
Rust
Raw
Normal View
History
Unescape
Escape
Rust's import system dictates that we must make directories rather than use individual files to provide a clean public interface
2020-05-01 22:11:44 +00:00
pub
use
self
::
structs
::
{
Camera
}
;