summaryrefslogtreecommitdiffstats
path: root/virtual/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-11 17:50:12 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-11 17:50:12 +0700
commit897188317b5875cc00a0f1c797790df8ac13687f (patch)
tree2a2eeedc8d582f616eaa0030000d15d403c1092b /virtual/Cargo.toml
parente03de019881f31d69b70a64c3e278ae5200d5080 (diff)
downloadiced-897188317b5875cc00a0f1c797790df8ac13687f.tar.gz
iced-897188317b5875cc00a0f1c797790df8ac13687f.tar.bz2
iced-897188317b5875cc00a0f1c797790df8ac13687f.zip
Rename `iced_virtual` to `iced_pure`
`virtual` is a reserved keyword in Rust :grimacing:
Diffstat (limited to '')
-rw-r--r--pure/Cargo.toml (renamed from virtual/Cargo.toml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/Cargo.toml b/pure/Cargo.toml
index 74960b80..bdfe43ae 100644
--- a/virtual/Cargo.toml
+++ b/pure/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "iced_virtual"
+name = "iced_pure"
version = "0.1.0"
edition = "2021"