diff options
author | 2023-09-10 01:14:39 +0200 | |
---|---|---|
committer | 2023-09-10 01:14:39 +0200 | |
commit | 1af5ff41abdef243588199ef7988666655924a02 (patch) | |
tree | 4dfd518dd93b0393e77355867062c60d75e7f358 /wgpu/Cargo.toml | |
parent | a3489e4af960388e9f73988b88df361022a654a4 (diff) | |
parent | 1cc5bf59d7c4f47ae47d9a4e22ebaab3ea4975c1 (diff) | |
download | iced-1af5ff41abdef243588199ef7988666655924a02.tar.gz iced-1af5ff41abdef243588199ef7988666655924a02.tar.bz2 iced-1af5ff41abdef243588199ef7988666655924a02.zip |
Merge pull request #2058 from iced-rs/explicit-text-caching
Explicit text caching
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 97594f1a..a460c127 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -33,8 +33,6 @@ guillotiere.workspace = true log.workspace = true once_cell.workspace = true raw-window-handle.workspace = true -rustc-hash.workspace = true -twox-hash.workspace = true wgpu.workspace = true lyon.workspace = true @@ -45,7 +43,3 @@ resvg.optional = true tracing.workspace = true tracing.optional = true - -[target.'cfg(not(target_arch = "wasm32"))'.dependencies] -twox-hash.workspace = true -twox-hash.features = ["std"] |