From 83977c458980c5eea17f646f11c26899963f9890 Mon Sep 17 00:00:00 2001 From: D4VID Date: Sat, 3 May 2025 21:06:37 +0200 Subject: [PATCH] Move source code into directory --- {.cargo => pong/.cargo}/config.toml | 0 .gitignore => pong/.gitignore | 0 {.vscode => pong/.vscode}/settings.json | 0 Cargo.lock => pong/Cargo.lock | 0 Cargo.toml => pong/Cargo.toml | 0 Makefile => pong/Makefile | 0 memory.x => pong/memory.x | 0 {src => pong/src}/main.rs | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {.cargo => pong/.cargo}/config.toml (100%) rename .gitignore => pong/.gitignore (100%) rename {.vscode => pong/.vscode}/settings.json (100%) rename Cargo.lock => pong/Cargo.lock (100%) rename Cargo.toml => pong/Cargo.toml (100%) rename Makefile => pong/Makefile (100%) rename memory.x => pong/memory.x (100%) rename {src => pong/src}/main.rs (100%) diff --git a/.cargo/config.toml b/pong/.cargo/config.toml similarity index 100% rename from .cargo/config.toml rename to pong/.cargo/config.toml diff --git a/.gitignore b/pong/.gitignore similarity index 100% rename from .gitignore rename to pong/.gitignore diff --git a/.vscode/settings.json b/pong/.vscode/settings.json similarity index 100% rename from .vscode/settings.json rename to pong/.vscode/settings.json diff --git a/Cargo.lock b/pong/Cargo.lock similarity index 100% rename from Cargo.lock rename to pong/Cargo.lock diff --git a/Cargo.toml b/pong/Cargo.toml similarity index 100% rename from Cargo.toml rename to pong/Cargo.toml diff --git a/Makefile b/pong/Makefile similarity index 100% rename from Makefile rename to pong/Makefile diff --git a/memory.x b/pong/memory.x similarity index 100% rename from memory.x rename to pong/memory.x diff --git a/src/main.rs b/pong/src/main.rs similarity index 100% rename from src/main.rs rename to pong/src/main.rs