oxygengine 0.3.4

Oxygen Engine
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "oxygengine"
version = "0.3.4"
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
exclude = ["demos/**", "media/**"]
description = "Oxygen Engine"
homepage = "https://github.com/PsichiX/oxygengine"
documentation = "https://docs.rs/oxygengine"
license = "MIT"
repository = "https://github.com/PsichiX/oxygengine"
[dependencies.oxygengine-backend-web]
version = "0.3"
optional = true

[dependencies.oxygengine-composite-renderer]
version = "0.3"
optional = true

[dependencies.oxygengine-composite-renderer-backend-web]
version = "0.3"
optional = true

[dependencies.oxygengine-core]
version = "0.3"

[dependencies.oxygengine-input]
version = "0.3"
optional = true

[dependencies.oxygengine-input-device-web]
version = "0.3"
optional = true

[dependencies.oxygengine-network]
version = "0.3"
optional = true

[dependencies.oxygengine-network-backend-desktop]
version = "0.3"
optional = true

[dependencies.oxygengine-network-backend-web]
version = "0.3"
optional = true

[features]
composite-renderer = ["oxygengine-composite-renderer"]
desktop = ["parallel"]
desktop-game = ["desktop", "network", "oxygengine-network-backend-desktop"]
input = ["oxygengine-input"]
network = ["oxygengine-network"]
parallel = ["oxygengine-core/parallel"]
web = ["oxygengine-backend-web", "oxygengine-core/web"]
web-composite-game = ["web", "composite-renderer", "input", "network", "oxygengine-composite-renderer-backend-web", "oxygengine-input-device-web", "oxygengine-network-backend-web"]