StepanTheGreat / quadify

Apache License 2.0
5 stars 1 forks source link

Comfy `#[quadify_main]` macro for mobile builds like in Bevy #13

Open StepanTheGreat opened 1 month ago

StepanTheGreat commented 1 month ago

Bevy has #[bevy_main] macro for mobile builds, without the need to manually pass "activity" handles. Quadify should have a similar macro.