2023-06-05 10:44:54 +10:00
|
|
|
disallowed-methods = [
|
|
|
|
{ path = "web_sys::window", reason = "is not available in every context" },
|
2023-06-07 06:58:03 +10:00
|
|
|
{ path = "web_sys::HtmlCanvasElement::width", reason = "Winit shouldn't touch the internal canvas size" },
|
|
|
|
{ path = "web_sys::HtmlCanvasElement::height", reason = "Winit shouldn't touch the internal canvas size" },
|
|
|
|
{ path = "web_sys::HtmlCanvasElement::set_width", reason = "Winit shouldn't touch the internal canvas size" },
|
|
|
|
{ path = "web_sys::HtmlCanvasElement::set_height", reason = "Winit shouldn't touch the internal canvas size" },
|
2023-06-05 10:44:54 +10:00
|
|
|
]
|