aboutsummaryrefslogtreecommitdiff
path: root/src/input/components.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-11-21 12:33:58 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-11-21 12:33:58 -0500
commitc2d89772336c52cce0b629f6ffc506eb1f221867 (patch)
tree96f30f3d94b7821fb769b0f2c86b17248f36a6d9 /src/input/components.rs
parente1eb0d99f17e6604e79496db68b191202cb95d60 (diff)
Thu Nov 21 12:33:58 PM EST 2024
Diffstat (limited to 'src/input/components.rs')
-rw-r--r--src/input/components.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/components.rs b/src/input/components.rs
new file mode 100644
index 0000000..b386457
--- /dev/null
+++ b/src/input/components.rs
@@ -0,0 +1,4 @@
+use bevy::prelude::*;
+
+#[derive(Debug, Component)]
+pub struct DummyWindow;