From e81e547364ba0fa53b8c5af1b44ace093a92cb24 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 9 Feb 2021 17:49:37 +0000 Subject: [PATCH] Moved strider into its own folder --- LICENSE.md | 21 ------------------- .../strider/Cargo.toml | 0 .../strider/build-optimised.sh | 0 {src => default-tiles/strider/src}/main.rs | 0 {src => default-tiles/strider/src}/state.rs | 0 5 files changed, 21 deletions(-) delete mode 100644 LICENSE.md rename Cargo.toml => default-tiles/strider/Cargo.toml (100%) rename build-optimised.sh => default-tiles/strider/build-optimised.sh (100%) rename {src => default-tiles/strider/src}/main.rs (100%) rename {src => default-tiles/strider/src}/state.rs (100%) diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 0b264c31..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Mosaic contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Cargo.toml b/default-tiles/strider/Cargo.toml similarity index 100% rename from Cargo.toml rename to default-tiles/strider/Cargo.toml diff --git a/build-optimised.sh b/default-tiles/strider/build-optimised.sh similarity index 100% rename from build-optimised.sh rename to default-tiles/strider/build-optimised.sh diff --git a/src/main.rs b/default-tiles/strider/src/main.rs similarity index 100% rename from src/main.rs rename to default-tiles/strider/src/main.rs diff --git a/src/state.rs b/default-tiles/strider/src/state.rs similarity index 100% rename from src/state.rs rename to default-tiles/strider/src/state.rs