[package] name = "fyroxed" version = "0.14.1" license = "MIT" authors = ["Dmitry Stepanov "] edition = "2021" rust-version = "1.56" description = "A standalone scene editor for Fyrox game engine" homepage = "https://github.com/FyroxEngine/Fyrox" keywords = ["fyrox", "editor", "rust"] repository = "https://github.com/FyroxEngine/Fyrox" readme = "README.md" include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] [dependencies] fyrox = { version = "0.27.1", path = "../" } fyroxed_base = { version = "0.14.0", path = "../editor" }