From 89a179dc18becd2ae9a81f6ab3eaf2c12f29b9d9 Mon Sep 17 00:00:00 2001 From: ishanjain28 Date: Tue, 22 Jan 2019 22:39:51 +0530 Subject: [PATCH] Restructuring project --- .gitignore => ria-weekend/.gitignore | 0 Cargo.lock => ria-weekend/Cargo.lock | 0 Cargo.toml => ria-weekend/Cargo.toml | 0 {examples => ria-weekend/examples}/ppm.rs | 0 {src => ria-weekend/src}/lib.rs | 0 {src => ria-weekend/src}/ppm.rs | 0 {src => ria-weekend/src}/ray.rs | 0 {src => ria-weekend/src}/vec3.rs | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => ria-weekend/.gitignore (100%) rename Cargo.lock => ria-weekend/Cargo.lock (100%) rename Cargo.toml => ria-weekend/Cargo.toml (100%) rename {examples => ria-weekend/examples}/ppm.rs (100%) rename {src => ria-weekend/src}/lib.rs (100%) rename {src => ria-weekend/src}/ppm.rs (100%) rename {src => ria-weekend/src}/ray.rs (100%) rename {src => ria-weekend/src}/vec3.rs (100%) 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