Fix iced_wgpu device selection on Wasm
This commit is contained in:
parent
52b3f69e35
commit
020fb3c377
2 changed files with 20 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ pub enum RedrawRequest {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::time::{Duration, Instant};
|
||||
use crate::time::{Duration, Instant};
|
||||
|
||||
#[test]
|
||||
fn ordering() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue