diff options
author | 2021-09-30 14:35:39 +0700 | |
---|---|---|
committer | 2021-09-30 14:35:39 +0700 | |
commit | 4fd2e1a57d1f7df98cdae955991f127a122a3644 (patch) | |
tree | 00cc3770a8bf8a53a4593fb0a0be9ee8d99794f3 /wgpu/Cargo.toml | |
parent | 86d6d53cfa24d55e15a20b34c344f40b0ad5244b (diff) | |
download | iced-4fd2e1a57d1f7df98cdae955991f127a122a3644.tar.gz iced-4fd2e1a57d1f7df98cdae955991f127a122a3644.tar.bz2 iced-4fd2e1a57d1f7df98cdae955991f127a122a3644.zip |
Remove `TODO` in `Cargo.toml` of `iced_wgpu`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index bee8dd49..c860bbf1 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -34,7 +34,7 @@ raw-window-handle = "0.3" log = "0.4" guillotiere = "0.6" futures = "0.3" -kamadak-exif = "0.5" # TODO(akavel): cfg(only when jpeg enabled) ? +kamadak-exif = "0.5" [dependencies.bytemuck] version = "1.4" |