icebreaker/Cargo.toml

11 lines
195 B
TOML
Raw Normal View History

2024-04-21 10:35:00 +00:00
[package]
name = "icebreaker"
description = "An example project about rust and nix"
publish = false
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = {version = "0.13.2", features = []}