Skip to content

Commit

Permalink
See if cargo cache is effective
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 10, 2024
1 parent 275d672 commit f2fe089
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yard-rs/bevy-xp/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use bevy::prelude::*;

fn main() {
println!("Hello, world!");
App::new().run();
}

0 comments on commit f2fe089

Please sign in to comment.