Bevy basics

This commit is contained in:
Rendo 2026-05-04 23:40:58 +05:00
commit 4782a37f94

View file

@ -1,3 +1,5 @@
use bevy::prelude::*;
fn main() {
println!("Hello, topchejak!");
App::new().run();
}