diff options
| author | Weicao Mao <1992414357@qq.com> | 2025-04-12 08:11:27 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 08:11:27 +0800 |
| commit | 330ae0148ac7f4653c54563278c4e5a810ccba08 (patch) | |
| tree | ab836c70d6d50939f93bb82c7b30beadb270de45 /core/Cargo.toml | |
| parent | c67ce979d058fc40cb849570eeeee38d196c4cd5 (diff) | |
Initial commit
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml new file mode 100644 index 0000000..674ec5f --- /dev/null +++ b/core/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "phantomlink-gamepad-core" +authors = [ "Weicao-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/Weicao-CatilGrass/PhantomLink-Gamepad" +repository = "https://github.com/Weicao-CatilGrass/PhantomLink-Gamepad" +readme = "../README.md" + +version = "0.1.0" +edition = "2024" + +[dependencies] + |
