[package] name = "pyqie-engine" version = "0.0.4" authors = ["xiatian0716 <819337877@qq.com>"] edition = "2021" description = "Core engine for Pyqie, a retro game engine for Python" repository = "https://github.com/xiatian0716/pyqie" license = "MIT" readme = "README.md" categories = ["finance"] keywords = ["quantdev", "python"] [lib] name = "pyqie" path = "src/lib.rs" [[test]] name = "tests" path = "tests/test_pyqie.rs" harness = false [dependencies] noise = "0.7" pyqie-platform = { path = "../pyqie-platform", version = "0.0.4" } rand = "0.8" rand_xoshiro = "0.6"