From cd5a157003c1f20f9ac8bc206b6a788bdce4994d Mon Sep 17 00:00:00 2001 From: Timo Rupp Date: Sat, 4 Jul 2026 18:16:36 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml 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