mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-10 21:40:55 +01:00
Fix missing import in readme
This commit is contained in:
parent
98d7d0e6bb
commit
99409e4b7a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use std::time::{Duration, Instant};
|
||||||
|
|
||||||
use smol_mlua::{
|
use smol_mlua::{
|
||||||
mlua::prelude::*,
|
mlua::prelude::*,
|
||||||
smol::Timer,
|
smol::{Timer, io, fs::read_to_string},
|
||||||
Runtime,
|
Runtime,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue