nightshade-api 0.43.0

Procedural high level API for the nightshade game 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 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 = "2024"
rust-version = "1.92"
name = "nightshade-api"
version = "0.43.0"
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural high level API for the nightshade game engine"
homepage = "https://github.com/matthewjberger/nightshade"
readme = "README.md"
keywords = [
    "gamedev",
    "engine",
    "graphics",
    "3d",
    "wgpu",
]
categories = [
    "game-engines",
    "graphics",
    "rendering::engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matthewjberger/nightshade"
resolver = "2"

[features]
audio = ["nightshade/audio"]
default = [
    "audio",
    "physics",
    "gamepad",
    "picking",
    "navmesh",
]
gamepad = ["nightshade/gamepad"]
navmesh = [
    "nightshade/navmesh",
    "nightshade/navmesh-bake",
]
physics = ["nightshade/physics"]
picking = ["nightshade/picking"]

[lib]
name = "nightshade_api"
path = "src/lib.rs"

[[example]]
name = "collector"
path = "examples/collector.rs"

[[example]]
name = "day_night"
path = "examples/day_night.rs"

[[example]]
name = "fps_walk"
path = "examples/fps_walk.rs"

[[example]]
name = "gallery"
path = "examples/gallery.rs"

[[example]]
name = "hud"
path = "examples/hud.rs"

[[example]]
name = "juice"
path = "examples/juice.rs"

[[example]]
name = "model_viewer"
path = "examples/model_viewer.rs"

[[example]]
name = "parity"
path = "examples/parity.rs"

[[example]]
name = "physics_playground"
path = "examples/physics_playground.rs"

[[example]]
name = "poster"
path = "examples/poster.rs"

[[example]]
name = "solar_system"
path = "examples/solar_system.rs"

[[example]]
name = "spinning_cube"
path = "examples/spinning_cube.rs"

[dependencies.nightshade]
version = "0.43.0"

[dev-dependencies.web-time]
version = "1"