Create ferris example to showcase ContentFit and Rotation

This commit is contained in:
Héctor Ramón Jiménez 2024-05-02 17:14:20 +02:00
parent 610394b695
commit efc55b655b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 234 additions and 1 deletions

View file

@ -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"]