diff options
| author | 2024-12-30 19:33:48 -0600 | |
|---|---|---|
| committer | 2024-12-30 19:33:48 -0600 | |
| commit | e62d05698ba6af03906fb79acee1da488e64871a (patch) | |
| tree | 000c2c5c1a682694d4dfadb809937a4edd14915b /ozone-ui/Cargo.toml | |
| parent | when the (diff) | |
some stuff has changed
Diffstat (limited to 'ozone-ui/Cargo.toml')
| -rw-r--r-- | ozone-ui/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ozone-ui/Cargo.toml b/ozone-ui/Cargo.toml new file mode 100644 index 0000000..2f057f3 --- /dev/null +++ b/ozone-ui/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ozone-ui" +version = "0.1.0" +edition = "2021" + +[dependencies] +iced = { version = "0.13.1", features = ["tokio"] } |
