diff options
author | 2021-05-05 14:33:03 +0700 | |
---|---|---|
committer | 2021-05-05 14:33:30 +0700 | |
commit | 3840b75beaa3925f3438a7b40f01aaac221b8206 (patch) | |
tree | fcfeeecbfdbb9fb8713466ad8e92c7fbb7e33a06 /rustfmt.toml | |
parent | 6b4bf34bf94eed091eb89efa1bbb14e6bc68883e (diff) | |
download | iced-3840b75beaa3925f3438a7b40f01aaac221b8206.tar.gz iced-3840b75beaa3925f3438a7b40f01aaac221b8206.tar.bz2 iced-3840b75beaa3925f3438a7b40f01aaac221b8206.zip |
Provide `compatible_surface` in `iced_wgpu::Compositor`
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index d979d317..fa50ab92 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,2 @@ max_width=80 +edition="2018" |