Initial Fyrox project

This commit is contained in:
Alexey 2025-07-08 17:43:03 +03:00
commit 27d327933e
23 changed files with 5633 additions and 0 deletions

12
game/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "red_dragon_pon"
version = "0.1.0"
edition = "2021"
[dependencies]
fyrox = {workspace = true}
[features]
default = ["fyrox/default"]
dylib-engine = ["fyrox/dylib"]