chargrid_runtime 0.6.0

Helpers for implementing chargrid frontends
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"
name = "chargrid_runtime"
version = "0.6.0"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for implementing chargrid frontends"
homepage = "https://github.com/gridbugs/chargrid.git"
documentation = "https://docs.rs/chargrid_runtime"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gridbugs/chargrid.git"
resolver = "2"

[features]
gamepad = ["chargrid_core/gamepad"]

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

[dependencies.chargrid_core]
version = "0.6"