diff --git a/Cargo.toml b/turtle-example/Cargo.toml similarity index 100% rename from Cargo.toml rename to turtle-example/Cargo.toml diff --git a/LICENSE b/turtle-example/LICENSE similarity index 100% rename from LICENSE rename to turtle-example/LICENSE diff --git a/README.md b/turtle-example/README.md similarity index 100% rename from README.md rename to turtle-example/README.md diff --git a/examples/interrupted_lines.rs b/turtle-example/examples/interrupted_lines.rs similarity index 100% rename from examples/interrupted_lines.rs rename to turtle-example/examples/interrupted_lines.rs diff --git a/examples/koch.rs b/turtle-example/examples/koch.rs similarity index 100% rename from examples/koch.rs rename to turtle-example/examples/koch.rs diff --git a/examples/nikolaus.rs b/turtle-example/examples/nikolaus.rs similarity index 100% rename from examples/nikolaus.rs rename to turtle-example/examples/nikolaus.rs diff --git a/examples/stern.rs b/turtle-example/examples/stern.rs similarity index 100% rename from examples/stern.rs rename to turtle-example/examples/stern.rs diff --git a/examples/tweening_test.rs b/turtle-example/examples/tweening_test.rs similarity index 100% rename from examples/tweening_test.rs rename to turtle-example/examples/tweening_test.rs diff --git a/src/main.rs b/turtle-example/src/main.rs similarity index 100% rename from src/main.rs rename to turtle-example/src/main.rs