Use resources¶ This page is a stub. fn main() { let mut app = create_default_app(); app.add_plugins(DefaultPlugins); app.run(); }