Initial Fyrox project
This commit is contained in:
commit
27d327933e
23 changed files with 5633 additions and 0 deletions
14
editor/Cargo.toml
Normal file
14
editor/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
[package]
|
||||
name = "editor"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
fyrox = { workspace = true }
|
||||
fyroxed_base = { workspace = true }
|
||||
red_dragon_pon = { path = "../game", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["red_dragon_pon", "fyroxed_base/default"]
|
||||
dylib = ["fyroxed_base/dylib_engine"]
|
Loading…
Add table
Add a link
Reference in a new issue