From 113ac3d202140491de9a8ad1e75dd96882a8857f Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 7 Oct 2020 16:02:57 +0200 Subject: [PATCH] move experimental code to old/ --- Cargo.toml => old/Cargo.toml | 0 README.md => old/README.md | 0 .../sdl-patches}/0001-remove-not-really-needed-dependencies.patch | 0 .../sdl-patches}/0002-remove-obsolete-directives.patch | 0 ...003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch | 0 .../sdl-patches}/0004-video-add-YUV-overlay-support.patch | 0 {src => old/src}/main.rs | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename Cargo.toml => old/Cargo.toml (100%) rename README.md => old/README.md (100%) rename {sdl-patches => old/sdl-patches}/0001-remove-not-really-needed-dependencies.patch (100%) rename {sdl-patches => old/sdl-patches}/0002-remove-obsolete-directives.patch (100%) rename {sdl-patches => old/sdl-patches}/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch (100%) rename {sdl-patches => old/sdl-patches}/0004-video-add-YUV-overlay-support.patch (100%) rename {src => old/src}/main.rs (100%) diff --git a/Cargo.toml b/old/Cargo.toml similarity index 100% rename from Cargo.toml rename to old/Cargo.toml diff --git a/README.md b/old/README.md similarity index 100% rename from README.md rename to old/README.md diff --git a/sdl-patches/0001-remove-not-really-needed-dependencies.patch b/old/sdl-patches/0001-remove-not-really-needed-dependencies.patch similarity index 100% rename from sdl-patches/0001-remove-not-really-needed-dependencies.patch rename to old/sdl-patches/0001-remove-not-really-needed-dependencies.patch diff --git a/sdl-patches/0002-remove-obsolete-directives.patch b/old/sdl-patches/0002-remove-obsolete-directives.patch similarity index 100% rename from sdl-patches/0002-remove-obsolete-directives.patch rename to old/sdl-patches/0002-remove-obsolete-directives.patch diff --git a/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch b/old/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch similarity index 100% rename from sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch rename to old/sdl-patches/0003-audio-make-audio-callback-a-trait-instead-of-a-funct.patch diff --git a/sdl-patches/0004-video-add-YUV-overlay-support.patch b/old/sdl-patches/0004-video-add-YUV-overlay-support.patch similarity index 100% rename from sdl-patches/0004-video-add-YUV-overlay-support.patch rename to old/sdl-patches/0004-video-add-YUV-overlay-support.patch diff --git a/src/main.rs b/old/src/main.rs similarity index 100% rename from src/main.rs rename to old/src/main.rs -- 2.30.2