diff options
Diffstat (limited to 'examples/rich/Cargo.toml')
| -rw-r--r-- | examples/rich/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/rich/Cargo.toml b/examples/rich/Cargo.toml new file mode 100644 index 0000000..a016a5e --- /dev/null +++ b/examples/rich/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rich" +version = "0.0.0" +edition = "2024" + +[dependencies] +iced.workspace = true +iced_selection = { path = "../.." } +open.workspace = true |
