Skip to content
Snippets Groups Projects
Commit f5f36d2f authored by Adam Whitehurst's avatar Adam Whitehurst
Browse files

add `instant` dependency for time in wasm build

parent a304f090
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ log = "0.4" ...@@ -28,6 +28,7 @@ log = "0.4"
bitflags = "1.3.2" bitflags = "1.3.2"
reorder = "2.1" reorder = "2.1"
resources = "1.1" resources = "1.1"
instant = "0.1"
[dev-dependencies] [dev-dependencies]
fastrand = "1.8" fastrand = "1.8"
......
use std::time::Instant; use instant::Instant;
use bevy::prelude::*; use bevy::prelude::*;
use kayak_font::{KayakFont, TextProperties}; use kayak_font::{KayakFont, TextProperties};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment