diff options
author | 2019-10-06 20:06:13 +0200 | |
---|---|---|
committer | 2019-10-06 20:06:13 +0200 | |
commit | 5286ef36b6a5eb6846b5675a7a4aced72601df3b (patch) | |
tree | 90f90a0e326c5c2eb598ba1a50c8096f0ea074ad /examples/tour/Cargo.toml | |
parent | 7765e6da50a3448501ee1b639e580c94a4fbda8a (diff) | |
download | iced-5286ef36b6a5eb6846b5675a7a4aced72601df3b.tar.gz iced-5286ef36b6a5eb6846b5675a7a4aced72601df3b.tar.bz2 iced-5286ef36b6a5eb6846b5675a7a4aced72601df3b.zip |
Make `tour` a simple example instead of a crate
Diffstat (limited to 'examples/tour/Cargo.toml')
-rw-r--r-- | examples/tour/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/tour/Cargo.toml b/examples/tour/Cargo.toml deleted file mode 100644 index 8b3d7765..00000000 --- a/examples/tour/Cargo.toml +++ /dev/null @@ -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 = "../.." } |