Skip to content

Commit

Permalink
even more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Sep 28, 2024
1 parent 4e9bb56 commit 8d6db58
Show file tree
Hide file tree
Showing 53 changed files with 800 additions and 3,005 deletions.
1,224 changes: 136 additions & 1,088 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lto = "thin"

[dependencies]
#bevy = { git = "https://github.com/bevyengine/bevy", branch = "release-0.11.3", features = ["dynamic_linking"] }
bevy = { version = "0.14.2" }
bevy = { version = "0.14.2", features = ["jpeg"] }
bevy_easings = "0.14"
#bevy_panorbit_camera = { git = "https://github.com/jan-tennert/bevy_panorbit_camera", rev = "7e3c3f8" }
bevy-inspector-egui = { version = "0.26.0"}
Expand All @@ -33,6 +33,7 @@ winit = "0.28.7"
image = "0.24.7"
bevy_mod_billboard = "0.7.0"
blocking = "1.5.1"
anise = "0.4.3"
egui-toast = "0.14.0"
tinyfiledialogs = "3.0"
egui_extras = { version = "0.28.0", features = ["chrono"] }
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
Binary file added assets/models/earth_4k.glb
Binary file not shown.
Binary file added assets/models/earth_4k_2.glb
Binary file not shown.
Binary file added assets/models/hubble.glb
Binary file not shown.
Binary file added assets/models/iss.glb
Binary file not shown.
Loading

0 comments on commit 8d6db58

Please sign in to comment.