mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
60 lines
1.5 KiB
TOML
60 lines
1.5 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.186"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
|
|
[[package]]
|
|
name = "sdl3"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96e613fca5924ccab8ab8369ab292a1b4720b125e98007fbda163f4ce7176472"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"sdl3-image-sys",
|
|
"sdl3-sys",
|
|
"sdl3-ttf-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl3-image-sys"
|
|
version = "0.6.2+SDL-image-3.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64a0c5e6f5874aef7cdc76ff36855bffd98f52feb9df3f5b7f443e0beb4472fe"
|
|
dependencies = [
|
|
"sdl3-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl3-sys"
|
|
version = "0.6.3+SDL-3.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7adc59563535710602c8e7035297fd73d2506c0c61677f40aeb8917c0e86a01"
|
|
|
|
[[package]]
|
|
name = "sdl3-ttf-sys"
|
|
version = "0.6.0+SDL-ttf-3.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c30da3dcd7e062f19350b47a532f7629c42801b801687535fd31e8ba2adfd71d"
|
|
dependencies = [
|
|
"sdl3-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "skate-slope"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"sdl3",
|
|
]
|