ttt-ce/Cargo.toml
NIMFER e2daf34a36 Revert "Nix stuff"
This reverts commit b09a5a1db3.
2024-03-17 04:57:47 +01:00

11 lines
323 B
TOML

[package]
name = "silly_game"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.13.0"
bevy_editor_pls = "0.8.1"
bevy_xpbd_3d = {git = "https://git.opencodebox.com/MikolajG/bevy_xpbd", branch = "reflect-serialize"}