aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
blob: e121e3cc501ad14eabab02725d902c6be0dc1864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "there-is-nopads-client"
authors = [ "CatilGrass" ]
description = "A mobile device control solution for local multiplayer gaming, featuring an in-game interface, controller client, and support for universal devices."

homepage = "https://github.com/CatilGrass/ThereIsNoPads"
repository = "https://github.com/CatilGrass/ThereIsNoPads"
readme = "../README.md"

version = "0.1.0"
edition = "2024"

[dependencies]
bevy = "0.16.0-rc.4"