aboutsummaryrefslogtreecommitdiff
path: root/src/input/components.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-20 08:02:55 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-12-20 08:02:55 -0500
commit652a17e0f90a045b99a80044be313e23b9529005 (patch)
tree0fec702d8a143cc67c1845eb4214aba5ee0d1d7d /src/input/components.rs
parent87172fd904a9d461b10438be7dc55660e7ced680 (diff)
parent39e8be3872232d929c4ccaa1b595bf61d656b2fe (diff)
Merge branch 'wip'
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;