This website requires JavaScript.
Explore
Help
Sign In
Jayrude
/
voxel-rs
Watch
1
Star
0
Fork
You've already forked voxel-rs
0
Code
Issues
1
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
6be2dd8054
voxel-rs
/
src
/
core.rs
5 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Move app and camera to core module
2023-04-24 08:28:33 +00:00
mod
app
;
mod
camera
;
pub
use
self
::
{
app
::
App
,
camera
::
*
}
;