This website requires JavaScript.
Explore
Help
Sign In
voxel
/
kubi
Watch
1
Star
1
Fork
You've already forked kubi
0
mirror of
https://github.com/griffi-gh/kubi.git
synced
2024-11-14 11:28:42 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e6052957e
kubi
/
src
/
main.rs
8 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
setup basic window and asset loading
2023-01-14 16:35:49 -06:00
mod
game
;
logging
2023-01-14 18:41:29 -06:00
mod
logging
;
setup basic window and asset loading
2023-01-14 16:35:49 -06:00
Initial commit
2023-01-14 13:08:14 -06:00
fn
main
(
)
{
logging
2023-01-14 18:41:29 -06:00
logging
::
init
(
)
;
setup basic window and asset loading
2023-01-14 16:35:49 -06:00
game
::
run
(
)
;
Initial commit
2023-01-14 13:08:14 -06:00
}
Reference in a new issue
Copy permalink