47 lines
1.2 KiB
TOML
47 lines
1.2 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "PointInteraction"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"sdl3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.171"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
|
|
|
[[package]]
|
|
name = "sdl3"
|
|
version = "0.14.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "156ff51a9b5b08ce6d1e3d38e9a1a079c04f09e88cd003f58e76be7d30b0a1c6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"lazy_static",
|
|
"libc",
|
|
"sdl3-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl3-sys"
|
|
version = "0.4.7+SDL3-3.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0d16a8a3623a4cb39a3661c81d9d4c5fd77ada27fc056e320b3651bf7bde1b1"
|