summaryrefslogtreecommitdiffstats
path: root/examples/radio/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-12 06:43:58 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-12 06:43:58 +0200
commitb505b7203563b8a75a65451f47a3386c50864e6d (patch)
tree28a65baa0ca11927c39300e2b4a4ebb986a4699a /examples/radio/Cargo.toml
parent4fdd76c07c15f85a518c240aca0e55f482b18bc3 (diff)
downloadiced-b505b7203563b8a75a65451f47a3386c50864e6d.tar.gz
iced-b505b7203563b8a75a65451f47a3386c50864e6d.tar.bz2
iced-b505b7203563b8a75a65451f47a3386c50864e6d.zip
Move `radio` example to `Radio` docs
Diffstat (limited to '')
-rw-r--r--examples/radio/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/radio/Cargo.toml b/examples/radio/Cargo.toml
deleted file mode 100644
index a8c7f351..00000000
--- a/examples/radio/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "radio"
-version = "0.1.0"
-authors = ["Aaron Honeycutt <aaronhoneycutt@proton.me>"]
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-iced = { path = "../.." }