Initial commit

This commit is contained in:
Pascal Engélibert 2022-08-21 19:17:55 +02:00
commit d109225da6
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
12 changed files with 5189 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "bevyjam"
version = "0.1.0"
authors = ["tuxmain <tuxmain@zettascript.org>"]
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
bevy = "0.8.0"
bevy_fundsp = "0.1.0"
bevy_hanabi = "0.3.0"
bevy-inspector-egui = "0.12.1"
bevy_rapier2d = "0.16.0"