Skip to content
Snippets Groups Projects
Unverified Commit dfa898dc authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #210 from AdamWhitehurst/wasm-time

Add `instant` dependency for time in wasm build
parents a304f090 f5f36d2f
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ log = "0.4"
bitflags = "1.3.2"
reorder = "2.1"
resources = "1.1"
instant = "0.1"
[dev-dependencies]
fastrand = "1.8"
......
use std::time::Instant;
use instant::Instant;
use bevy::prelude::*;
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