first commit
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 26m10s

This commit is contained in:
Florian RICHER 2025-04-27 17:47:18 +02:00
commit c2e35a35ec
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
18 changed files with 5400 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "bevy_test"
version = "0.1.0"
edition = "2024"
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
publish = false
[dependencies]
bevy = "0.16"