From d53e933ee83f3564a343169a23784ba06b09956d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Sat, 9 Sep 2023 20:28:26 -0400 Subject: [PATCH] doc: present_with_damage is supported on web platform --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 3f9b919..801016b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -466,6 +466,7 @@ impl<'a> Buffer<'a> { /// - Wayland /// - X, when XShm is available /// - Win32 + /// - Web /// /// Otherwise this is equivalent to [`Self::present`]. pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {