Initial Fyrox project
This commit is contained in:
commit
27d327933e
23 changed files with 5633 additions and 0 deletions
12
executor-wasm/Cargo.toml
Normal file
12
executor-wasm/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
[package]
|
||||
name = "executor-wasm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
fyrox = {workspace = true}
|
||||
red_dragon_pon = { path = "../game" }
|
Loading…
Add table
Add a link
Reference in a new issue