# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "devotee" version = "0.2.0-beta.10" authors = [ "PSUAN collective", "Hara Red ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Visualization engine" homepage = "https://github.com/PSUAN/devotee" documentation = "https://docs.rs/devotee" readme = "README.md" keywords = [ "gamedev", "graphics", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/PSUAN/devotee" [lib] name = "devotee" path = "src/lib.rs" [[example]] name = "extended" path = "examples/extended/main.rs" [[example]] name = "gears" path = "examples/gears/main.rs" [[example]] name = "minimal" path = "examples/minimal/main.rs" [dependencies.devotee-backend] version = "0.2.0-beta.2" [dependencies.winit] version = "0.29.11" features = ["rwh_06"] optional = true default-features = false [dev-dependencies.devotee-backend-softbuffer] version = "0.2.0-beta.1" [features] default = [ "rodio-sound-system", "winit-input", "winit-x11", ] rodio-sound-system = ["rodio"] winit-input = [ "winit", "devotee-backend/input-context", ] winit-wayland = ["winit/wayland"] winit-x11 = ["winit/x11"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rodio] version = "0.17.1" optional = true default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.rodio] version = "0.17.1" features = ["wasm-bindgen"] optional = true default-features = false