diff options
author | 2021-05-08 01:24:26 +0700 | |
---|---|---|
committer | 2021-05-08 01:24:26 +0700 | |
commit | 08f5591148a74fecf3920357ce8ecba6036925a7 (patch) | |
tree | fcfeeecbfdbb9fb8713466ad8e92c7fbb7e33a06 /rustfmt.toml | |
parent | 6b4bf34bf94eed091eb89efa1bbb14e6bc68883e (diff) | |
parent | 3840b75beaa3925f3438a7b40f01aaac221b8206 (diff) | |
download | iced-08f5591148a74fecf3920357ce8ecba6036925a7.tar.gz iced-08f5591148a74fecf3920357ce8ecba6036925a7.tar.bz2 iced-08f5591148a74fecf3920357ce8ecba6036925a7.zip |
Merge pull request #868 from hecrj/wgpu-compatible-surface
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" |