mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
script: Add CanvasContext
trait (#35448)
* trait `CanvasContext` Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * fixup most stuff Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * explain and limit crown `allow(crown::unrooted_must_root)` Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
084006abb6
commit
a6f19c0092
12 changed files with 317 additions and 210 deletions
|
@ -35,6 +35,7 @@ mod devtools;
|
|||
pub(crate) mod document_loader;
|
||||
#[macro_use]
|
||||
mod dom;
|
||||
mod canvas_context;
|
||||
mod canvas_state;
|
||||
pub(crate) mod fetch;
|
||||
mod init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue