feat: add pacman-common/pacman-server crates

This commit is contained in:
Ryan Walters
2025-09-16 09:35:50 -05:00
parent d0ee7db2ef
commit 7ede82cc5d
9 changed files with 91 additions and 14 deletions

10
Cargo.lock generated
View File

@@ -712,7 +712,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "pacman"
version = "0.81.0"
version = "0.81.1"
dependencies = [
"anyhow",
"bevy_ecs",
@@ -746,6 +746,14 @@ dependencies = [
"windows-sys 0.61.0",
]
[[package]]
name = "pacman-common"
version = "0.1.1"
[[package]]
name = "pacman-server"
version = "0.1.1"
[[package]]
name = "parking"
version = "2.2.1"