commit cd5a157003c1f20f9ac8bc206b6a788bdce4994d Author: Timo Rupp Date: Sat Jul 4 18:16:36 2026 +0000 Dateien nach "/" hochladen diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1b82d9b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "arcade" +version = "0.1.0" +edition = "2024" + +[dependencies] +macroquad = "0.4" +gilrs = "0.11" \ No newline at end of file