Implement loupe example
This commit is contained in:
parent
f4d6648601
commit
7cba9a3e7f
2 changed files with 195 additions and 0 deletions
10
examples/loupe/Cargo.toml
Normal file
10
examples/loupe/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "loupe"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced.workspace = true
|
||||
iced.features = ["advanced", "debug"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue