Skip to content

Commit

Permalink
Zavisimostj "rapier" polucajem iz repozitorija bibliotek - tak že, ka…
Browse files Browse the repository at this point in the history
…k i drugije zavisimosti. Ne ispoljzujem podmodulj dlä etogo.
  • Loading branch information
Panzerschrek committed May 31, 2024
1 parent 1bd17d2 commit d027423
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "iqm"]
path = iqm
url = https://github.com/lsalzman/iqm.git
[submodule "rapier"]
path = rapier
url = https://github.com/dimforge/rapier.git
1 change: 0 additions & 1 deletion rapier
Submodule rapier deleted from 680c71
2 changes: 2 additions & 0 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ hecs = { version = "0.9.0", features = ["column-serialize", "row-serialize" ] }
image = { version = "0.24.3", default-features = false, features = ["png", "jpeg", "tga"] }
num_cpus = "1.13.1"
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rapier3d = { version= "0.14.0", features= ["serde-serialize"] }
rayon = "1.5.3"
sdl2 = { version = "0.35" }
serde = { version = "1.0", features = ["derive"] }
serde-name = "0.2.1"
serde_json = "1.0"
structopt = "0.3"

rapier3d = { path = "../rapier/crates/rapier3d", features= ["serde-serialize"] }

[target.'cfg(windows)'.build-dependencies]
winres = "0.1"

Expand Down

0 comments on commit d027423

Please sign in to comment.