From 7ff1b9cb6591c48b3457a7415bfc644c54d4e4e4 Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Thu, 26 Sep 2024 13:22:48 -0700 Subject: [PATCH] App: rename directory --- app-proto/{sketch-outline => full-interface}/.gitignore | 0 app-proto/{sketch-outline => full-interface}/Cargo.toml | 0 app-proto/{sketch-outline => full-interface}/index.html | 0 app-proto/{sketch-outline => full-interface}/main.css | 0 app-proto/{sketch-outline => full-interface}/src/assembly.rs | 0 app-proto/{sketch-outline => full-interface}/src/display.rs | 0 app-proto/{sketch-outline => full-interface}/src/identity.vert | 0 app-proto/{sketch-outline => full-interface}/src/inversive.frag | 0 app-proto/{sketch-outline => full-interface}/src/main.rs | 0 app-proto/{sketch-outline => full-interface}/src/outline.rs | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename app-proto/{sketch-outline => full-interface}/.gitignore (100%) rename app-proto/{sketch-outline => full-interface}/Cargo.toml (100%) rename app-proto/{sketch-outline => full-interface}/index.html (100%) rename app-proto/{sketch-outline => full-interface}/main.css (100%) rename app-proto/{sketch-outline => full-interface}/src/assembly.rs (100%) rename app-proto/{sketch-outline => full-interface}/src/display.rs (100%) rename app-proto/{sketch-outline => full-interface}/src/identity.vert (100%) rename app-proto/{sketch-outline => full-interface}/src/inversive.frag (100%) rename app-proto/{sketch-outline => full-interface}/src/main.rs (100%) rename app-proto/{sketch-outline => full-interface}/src/outline.rs (100%) diff --git a/app-proto/sketch-outline/.gitignore b/app-proto/full-interface/.gitignore similarity index 100% rename from app-proto/sketch-outline/.gitignore rename to app-proto/full-interface/.gitignore diff --git a/app-proto/sketch-outline/Cargo.toml b/app-proto/full-interface/Cargo.toml similarity index 100% rename from app-proto/sketch-outline/Cargo.toml rename to app-proto/full-interface/Cargo.toml diff --git a/app-proto/sketch-outline/index.html b/app-proto/full-interface/index.html similarity index 100% rename from app-proto/sketch-outline/index.html rename to app-proto/full-interface/index.html diff --git a/app-proto/sketch-outline/main.css b/app-proto/full-interface/main.css similarity index 100% rename from app-proto/sketch-outline/main.css rename to app-proto/full-interface/main.css diff --git a/app-proto/sketch-outline/src/assembly.rs b/app-proto/full-interface/src/assembly.rs similarity index 100% rename from app-proto/sketch-outline/src/assembly.rs rename to app-proto/full-interface/src/assembly.rs diff --git a/app-proto/sketch-outline/src/display.rs b/app-proto/full-interface/src/display.rs similarity index 100% rename from app-proto/sketch-outline/src/display.rs rename to app-proto/full-interface/src/display.rs diff --git a/app-proto/sketch-outline/src/identity.vert b/app-proto/full-interface/src/identity.vert similarity index 100% rename from app-proto/sketch-outline/src/identity.vert rename to app-proto/full-interface/src/identity.vert diff --git a/app-proto/sketch-outline/src/inversive.frag b/app-proto/full-interface/src/inversive.frag similarity index 100% rename from app-proto/sketch-outline/src/inversive.frag rename to app-proto/full-interface/src/inversive.frag diff --git a/app-proto/sketch-outline/src/main.rs b/app-proto/full-interface/src/main.rs similarity index 100% rename from app-proto/sketch-outline/src/main.rs rename to app-proto/full-interface/src/main.rs diff --git a/app-proto/sketch-outline/src/outline.rs b/app-proto/full-interface/src/outline.rs similarity index 100% rename from app-proto/sketch-outline/src/outline.rs rename to app-proto/full-interface/src/outline.rs