Make tour a simple example instead of a crate

This commit is contained in:
Héctor Ramón Jiménez 2019-10-06 20:06:13 +02:00
parent 7765e6da50
commit 5286ef36b6
10 changed files with 1 additions and 80 deletions

View file

@ -1,12 +0,0 @@
[package]
name = "iced_tour"
version = "0.0.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
description = "Tour example for Iced"
license = "MIT"
repository = "https://github.com/hecrj/iced"
edition = "2018"
publish = false
[dependencies]
iced = { version = "0.1.0-alpha.1", path = "../.." }