This website requires JavaScript.
Explore
Help
Sign in
fluo10
/
caretta-sync
Watch
1
Star
0
Fork
You've already forked caretta-sync
0
Code
Issues
10
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e8ad5b5c23
caretta-sync
/
core
/
src
/
utils
/
runnable.rs
3 lines
64 B
Rust
Raw
Normal View
History
Unescape
Escape
Add Runnable and Emptiable trait and derive
2025-07-03 08:28:59 +09:00
pub
trait
Runnable
{
Add caretta-sync-bevy and remove async from Runnable::run() for bevy
2025-08-24 16:31:15 +09:00
fn
run
(
self
,
app_name
:
&
'static
str
)
;
Add Runnable and Emptiable trait and derive
2025-07-03 08:28:59 +09:00
}
Reference in a new issue
Copy permalink