From 5286ef36b6a5eb6846b5675a7a4aced72601df3b Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Sun, 6 Oct 2019 20:06:13 +0200
Subject: Make `tour` a simple example instead of a crate

---
 Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

(limited to 'Cargo.toml')

diff --git a/Cargo.toml b/Cargo.toml
index 08d51a0e..4773898b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,6 @@ members = [
     "core",
     "native",
     "web",
-    "examples/tour",
 ]
 
 [features]
-- 
cgit