Skip to content

Commit 0ac206b

Browse files
authored
Merge pull request #28 from hatoo/mobile
Mobile
2 parents 95c7f46 + ea9c857 commit 0ac206b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2680
-1268
lines changed

Cargo.lock

Lines changed: 276 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,50 @@ name = "tempo-trainer"
33
version = "0.1.0"
44
edition = "2024"
55

6+
[workspace]
7+
members = ["mobile"]
8+
69
[dependencies]
7-
bevy = "0.15.3"
10+
bevy = { version = "0.15", default-features = false, features = [
11+
"animation",
12+
"bevy_asset",
13+
"bevy_color",
14+
"bevy_core_pipeline",
15+
"bevy_gilrs",
16+
"bevy_gizmos",
17+
"bevy_gltf",
18+
"bevy_mesh_picking_backend",
19+
"bevy_pbr",
20+
"bevy_picking",
21+
"bevy_render",
22+
"bevy_scene",
23+
"bevy_sprite",
24+
"bevy_sprite_picking_backend",
25+
"bevy_state",
26+
"bevy_text",
27+
"bevy_ui",
28+
"bevy_ui_picking_backend",
29+
"bevy_window",
30+
"bevy_winit",
31+
"custom_cursor",
32+
"default_font",
33+
"hdr",
34+
"multi_threaded",
35+
"png",
36+
"smaa_luts",
37+
"sysinfo_plugin",
38+
"tonemapping_luts",
39+
"webgl2",
40+
"x11",
41+
"bevy_audio",
42+
"vorbis",
43+
] }
44+
45+
## This greatly improves WGPU's performance due to its heavy use of trace! calls
46+
log = { version = "0.4", features = [
47+
"max_level_debug",
48+
"release_max_level_warn",
49+
] }
850

951
[profile.web]
1052
inherits = "release"
43.5 KB
Loading

build/icon_1024x1024.png

99.2 KB
Loading
13.1 KB
Loading
21.9 KB
Loading
7.7 KB
Loading
8.29 KB
Loading
21.9 KB
Loading
44.4 KB
Loading

0 commit comments

Comments
 (0)