mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-04 10:30:56 +01:00
Add missing examples to manifest
This commit is contained in:
parent
8f5edbe954
commit
4fc7a31b32
1 changed files with 2 additions and 0 deletions
|
@ -13,5 +13,7 @@ path = "lib/lib.rs"
|
|||
[examples]
|
||||
basic-sleep = "examples/basic_sleep.rs"
|
||||
basic-spawn = "examples/basic_spawn.rs"
|
||||
callbacks = "examples/callbacks.rs"
|
||||
lots-of-threads = "examples/lots_of_threads.rs"
|
||||
main = "examples/main.rs"
|
||||
scheduler-ordering = "examples/scheduler_ordering.rs"
|
||||
|
|
Loading…
Add table
Reference in a new issue