Implemented Tooltip as Pure

This commit is contained in:
Casper Rogild Storm 2022-04-22 13:35:53 +02:00
parent a33e320521
commit 5d67f9988c
No known key found for this signature in database
GPG key ID: 8F52569F9DDB2ECC
8 changed files with 438 additions and 2 deletions

View file

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