diff options
author | 2024-05-02 17:14:20 +0200 | |
---|---|---|
committer | 2024-05-02 17:28:29 +0200 | |
commit | efc55b655bfce98fc32e698cf3c2007e27be941a (patch) | |
tree | d57d87b3c392f764e350c61b137c7dfb4c0f2bf0 /examples/ferris/Cargo.toml | |
parent | 610394b6957d9424aec1c50d927e34a0fb3fe5fd (diff) | |
download | iced-efc55b655bfce98fc32e698cf3c2007e27be941a.tar.gz iced-efc55b655bfce98fc32e698cf3c2007e27be941a.tar.bz2 iced-efc55b655bfce98fc32e698cf3c2007e27be941a.zip |
Create `ferris` example to showcase `ContentFit` and `Rotation`
Diffstat (limited to 'examples/ferris/Cargo.toml')
-rw-r--r-- | examples/ferris/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/ferris/Cargo.toml b/examples/ferris/Cargo.toml new file mode 100644 index 00000000..c9fb8c13 --- /dev/null +++ b/examples/ferris/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "ferris" +version = "0.1.0" +authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] +edition = "2021" +publish = false + +[dependencies] +iced.workspace = true +iced.features = ["image"] |