2020-03-17 04:23:28 +01:00
|
|
|
[package]
|
|
|
|
|
name = "pane_grid"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
2022-02-09 17:53:35 +07:00
|
|
|
edition = "2021"
|
2020-03-17 04:23:28 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2020-11-10 01:48:11 +01:00
|
|
|
iced = { path = "../..", features = ["debug"] }
|
2020-11-10 02:32:57 +01:00
|
|
|
iced_native = { path = "../../native" }
|
2022-01-12 11:15:05 +07:00
|
|
|
iced_lazy = { path = "../../lazy" }
|