summaryrefslogtreecommitdiffstats
path: root/examples/tour/Cargo.toml
blob: 8b3d7765ac0c8a88eefa0a8b18b48352bea3ae93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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 = "../.." }