Skip to content

Commit 39b811c

Browse files
committed
template: readd main.rs
1 parent 89ae384 commit 39b811c

File tree

3 files changed

+9
-0
lines changed
  • generated/graphics
  • graphics/mygraphics/src

3 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pub fn main() -> anyhow::Result<()> {
2+
mygraphics::ash_renderer::main()
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pub fn main() -> anyhow::Result<()> {
2+
mygraphics::ash_renderer::main()
3+
}

graphics/mygraphics/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pub fn main() -> anyhow::Result<()> {
2+
mygraphics::ash_renderer::main()
3+
}

0 commit comments

Comments
 (0)