summaryrefslogtreecommitdiffstats
path: root/glutin/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-12 06:24:44 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-12 06:25:59 +0100
commitc6d0046102bb6951bf0f1f6102f748199c5889e2 (patch)
treefe4b5212f4fc5dc6123c1441087f8b9d505679ce /glutin/Cargo.toml
parentfc54d6ba31246157422d092914ba7c1e483129c4 (diff)
downloadiced-c6d0046102bb6951bf0f1f6102f748199c5889e2.tar.gz
iced-c6d0046102bb6951bf0f1f6102f748199c5889e2.tar.bz2
iced-c6d0046102bb6951bf0f1f6102f748199c5889e2.zip
Use `instant` instead of `wasm-timer` in `iced_core`
Diffstat (limited to 'glutin/Cargo.toml')
-rw-r--r--glutin/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index a458ee9e..709b118b 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -17,7 +17,6 @@ system = ["iced_winit/system"]
[dependencies]
log = "0.4"
-instant = "0.1"
[dependencies.glutin]
version = "0.29"