index
:
bevy_terminal_display
master
Plugin for the Bevy game engine that provides terminal rendering
Silas
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
components.rs
blob: b3864575b0aeeabe9cf987d09ac0406773ca2593 (
plain
)
1
2
3
4
use bevy::prelude::*; #[derive(Debug, Component)] pub struct DummyWindow;