Added events for url handling and create example

This commit is contained in:
Richard 2021-04-21 17:52:31 -03:00 committed by Héctor Ramón Jiménez
parent d2c8a3e04b
commit 9ae22b58d8
No known key found for this signature in database
GPG key ID: 44B88EB52AB1EE8D
6 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "url_handler"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
syslog="4.0"
log="0.4"