Initial Commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "orbital_simulator"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bevy = {version = "0.13.2", default-features = false, features = ["bevy_winit", "bevy_render", "bevy_core_pipeline", "bevy_scene", "bevy_asset", "bevy_gizmos", "bevy_sprite"]}
|
||||
bevy_gizmos = "0.13.2"
|
||||
nalgebra = "0.32.5"
|
||||
ode_solvers = "0.4.0"
|
||||
winit = "0.29.15"
|
||||
Reference in New Issue
Block a user