From 28154e797b9eee611aba188a1bbf488a0499a10d Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Thu, 5 Aug 2021 17:09:50 +0800 Subject: [PATCH] update doc and changelog --- CHANGELOG.md | 1 + docs/cargo_features.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f9575c4c263..d66026d36cddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ current changes on git with [previous release tags][git_tag_comparison]. - [Added `set_minimized` and `set_position` to `Window`][1292] - [Example for 2D Frustum Culling][1503] - [Add remove resource to commands][1478] +- [Add webp as a supported texture format (C compiler required)][2600] ### Changed diff --git a/docs/cargo_features.md b/docs/cargo_features.md index b7dd276f2b73d..908aafc36392b 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -28,6 +28,7 @@ |tga|TGA picture format support.| |jpeg|JPEG picture format support.| |bmp|BMP picture format support.| +|webp|WEBP picture format support. (C compiler required)| |flac|FLAC audio format support. It's included in bevy_audio feature.| |wav|WAV audio format support.| |vorbis|Vorbis audio format support.|