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
3a446b675b
kubi
/
src
/
main.rs
8 lines
72 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
(
)
{
Convert indents to 2 spaces
2023-01-15 11:11:49 -06:00
logging
::
init
(
)
;
game
::
run
(
)
;
Initial commit
2023-01-14 13:08:14 -06:00
}
Reference in a new issue
Copy permalink