2019-09-19 15:01:12 +02:00
|
|
|
[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]
|
2019-10-03 00:01:45 +02:00
|
|
|
iced = { version = "0.1.0-alpha.1", path = "../.." }
|