Replace iced_web with WebGL support in wgpu 🎉
This commit is contained in:
parent
1e3feee3a3
commit
825c7749ff
35 changed files with 68 additions and 3474 deletions
|
|
@ -16,7 +16,6 @@ pub enum Error {
|
|||
GraphicsAdapterNotFound,
|
||||
}
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
impl From<iced_winit::Error> for Error {
|
||||
fn from(error: iced_winit::Error) -> Error {
|
||||
match error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue