From 9736fe9e376ca2076b10826f1d855718abfe61e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= Date: Fri, 13 Oct 2023 11:32:21 -0400 Subject: [PATCH] docs: 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> {