[package] name = "rayngin" version = "0.3.2" authors = ["sunkware "] description = "3D 6DF framework/engine for approach&click quests in rectangular chambers with objects consisting of balls." homepage = "https://sunkware.org/rayngin/index.php" readme = "README.md" keywords = ["framework", "engine", "game", "quest", "raycast"] categories = ["game-engines"] license = "GPL-3.0-or-later" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] incremental = true # opt-level = 2 # lto = "thin" # debug = true [dependencies] image = "0.23" miniz_oxide = "0.3" num_cpus = "1.13" sdl2 = { version = "0.34", default-features = false, features = ["ttf","mixer","unsafe_textures"] } rayon = "1.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rand = "0.7"