diff --git a/.gitignore b/ria-weekend/.gitignore similarity index 100% rename from .gitignore rename to ria-weekend/.gitignore diff --git a/Cargo.lock b/ria-weekend/Cargo.lock similarity index 100% rename from Cargo.lock rename to ria-weekend/Cargo.lock diff --git a/Cargo.toml b/ria-weekend/Cargo.toml similarity index 100% rename from Cargo.toml rename to ria-weekend/Cargo.toml diff --git a/examples/ppm.rs b/ria-weekend/examples/ppm.rs similarity index 100% rename from examples/ppm.rs rename to ria-weekend/examples/ppm.rs diff --git a/src/lib.rs b/ria-weekend/src/lib.rs similarity index 100% rename from src/lib.rs rename to ria-weekend/src/lib.rs diff --git a/src/ppm.rs b/ria-weekend/src/ppm.rs similarity index 100% rename from src/ppm.rs rename to ria-weekend/src/ppm.rs diff --git a/src/ray.rs b/ria-weekend/src/ray.rs similarity index 100% rename from src/ray.rs rename to ria-weekend/src/ray.rs diff --git a/src/vec3.rs b/ria-weekend/src/vec3.rs similarity index 100% rename from src/vec3.rs rename to ria-weekend/src/vec3.rs