Implement pure version of pick_list example 🎉

This commit is contained in:
Héctor Ramón Jiménez 2022-02-16 17:16:34 +07:00
parent 0ca066277a
commit 2737b21d34
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 139 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "pure_pick_list"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../../..", features = ["debug", "pure"] }