instancing, camera movement

This commit is contained in:
Lauri Räsänen 2022-10-02 18:59:20 +03:00
parent f88df1efd0
commit 4ab10fe790
12 changed files with 599 additions and 78 deletions

View file

@ -1,7 +1,6 @@
mod surf;
mod core;
fn main() {
env_logger::init();
pollster::block_on(surf::updater::run());
pollster::block_on(core::updater::run());
}