Implement loupe example

This commit is contained in:
Héctor Ramón Jiménez 2023-10-24 05:34:24 +02:00
parent f4d6648601
commit 7cba9a3e7f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 195 additions and 0 deletions

10
examples/loupe/Cargo.toml Normal file
View 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"]