Added events for url handling and create example
This commit is contained in:
parent
d2c8a3e04b
commit
9ae22b58d8
6 changed files with 93 additions and 0 deletions
12
examples/url_handler/Cargo.toml
Normal file
12
examples/url_handler/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue