mirror of
https://github.com/NguyenDuck/blocktopograph.git
synced 2025-02-21 15:36:09 +00:00
14 lines
300 B
TOML
14 lines
300 B
TOML
[package]
|
|
name = "blocktopograph"
|
|
version = "0.0.1"
|
|
authors = ["NguyenDuck <duck.duc.vit@gmail.com>"]
|
|
description = "A voxel game use bevy game engine to work"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bevy = "0.15.1"
|
|
bevy_atmosphere = "0.12.2"
|
|
bevy_rapier3d = "0.28.0"
|
|
serde = "1.0.217"
|
|
serde_yml = "0.0.12"
|