diff options
author | 2024-09-20 00:39:21 +0200 | |
---|---|---|
committer | 2024-09-20 00:59:45 +0200 | |
commit | 84b658dbef0b29c57f67e041a1496c699ce78615 (patch) | |
tree | 90a35a189a431adaff0d7121f12fbdf268083c67 /wgpu/Cargo.toml | |
parent | a5e69cfb5f7856e4d139ef58e5d022b9d408b542 (diff) | |
download | iced-84b658dbef0b29c57f67e041a1496c699ce78615.tar.gz iced-84b658dbef0b29c57f67e041a1496c699ce78615.tar.bz2 iced-84b658dbef0b29c57f67e041a1496c699ce78615.zip |
Introduce `strict-assertions` feature flag
For now, this feature flag only enables validation
in `iced_wgpu`; which has become quite expensive
since its `0.20` release.
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index b13ecb36..a8ebf3aa 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -23,6 +23,7 @@ image = ["iced_graphics/image"] svg = ["iced_graphics/svg", "resvg/text"] web-colors = ["iced_graphics/web-colors"] webgl = ["wgpu/webgl"] +strict-assertions = [] [dependencies] iced_graphics.workspace = true |