Playing around with reading gameboy roms, and maybe emulation
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "GameBoyPlayground"
7version = "0.1.0"
8dependencies = [
9 "minifb",
10]
11
12[[package]]
13name = "bitflags"
14version = "1.3.2"
15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
17
18[[package]]
19name = "bitflags"
20version = "2.9.1"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
23
24[[package]]
25name = "cc"
26version = "1.2.30"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
29dependencies = [
30 "shlex",
31]
32
33[[package]]
34name = "cfg-if"
35version = "1.0.1"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
38
39[[package]]
40name = "gdi32-sys"
41version = "0.1.2"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "8e3eb92c1107527888f86b6ebb0b7f82794777dbf172a932998660a0a2e26c11"
44dependencies = [
45 "winapi 0.2.8",
46 "winapi-build",
47]
48
49[[package]]
50name = "kernel32-sys"
51version = "0.2.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
54dependencies = [
55 "winapi 0.2.8",
56 "winapi-build",
57]
58
59[[package]]
60name = "lazy_static"
61version = "0.2.11"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
64
65[[package]]
66name = "lazy_static"
67version = "1.5.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
70
71[[package]]
72name = "libc"
73version = "0.2.174"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
76
77[[package]]
78name = "libredox"
79version = "0.1.6"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0"
82dependencies = [
83 "bitflags 2.9.1",
84 "libc",
85 "redox_syscall",
86]
87
88[[package]]
89name = "minifb"
90version = "0.10.7"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92checksum = "8cebe353532532dd30eaab68ece91e624ccf6f97453f2da84042f5915450a137"
93dependencies = [
94 "cc",
95 "gdi32-sys",
96 "kernel32-sys",
97 "orbclient",
98 "time",
99 "user32-sys",
100 "winapi 0.2.8",
101 "x11-dl",
102]
103
104[[package]]
105name = "orbclient"
106version = "0.3.48"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
109dependencies = [
110 "libc",
111 "libredox",
112 "sdl2",
113 "sdl2-sys",
114]
115
116[[package]]
117name = "pkg-config"
118version = "0.3.32"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
121
122[[package]]
123name = "redox_syscall"
124version = "0.5.15"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec"
127dependencies = [
128 "bitflags 2.9.1",
129]
130
131[[package]]
132name = "sdl2"
133version = "0.35.2"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "f7959277b623f1fb9e04aea73686c3ca52f01b2145f8ea16f4ff30d8b7623b1a"
136dependencies = [
137 "bitflags 1.3.2",
138 "lazy_static 1.5.0",
139 "libc",
140 "sdl2-sys",
141]
142
143[[package]]
144name = "sdl2-sys"
145version = "0.35.2"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "e3586be2cf6c0a8099a79a12b4084357aa9b3e0b0d7980e3b67aaf7a9d55f9f0"
148dependencies = [
149 "cfg-if",
150 "libc",
151 "version-compare",
152]
153
154[[package]]
155name = "shlex"
156version = "1.3.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
159
160[[package]]
161name = "time"
162version = "0.1.45"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
165dependencies = [
166 "libc",
167 "wasi",
168 "winapi 0.3.9",
169]
170
171[[package]]
172name = "user32-sys"
173version = "0.1.3"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e6b719983b952c04198829b51653c06af36f0e44c967fcc1a2bb397ceafbf80a"
176dependencies = [
177 "winapi 0.2.8",
178 "winapi-build",
179]
180
181[[package]]
182name = "version-compare"
183version = "0.1.1"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
186
187[[package]]
188name = "wasi"
189version = "0.10.0+wasi-snapshot-preview1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
192
193[[package]]
194name = "winapi"
195version = "0.2.8"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
198
199[[package]]
200name = "winapi"
201version = "0.3.9"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
204dependencies = [
205 "winapi-i686-pc-windows-gnu",
206 "winapi-x86_64-pc-windows-gnu",
207]
208
209[[package]]
210name = "winapi-build"
211version = "0.1.1"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
214
215[[package]]
216name = "winapi-i686-pc-windows-gnu"
217version = "0.4.0"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
220
221[[package]]
222name = "winapi-x86_64-pc-windows-gnu"
223version = "0.4.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
226
227[[package]]
228name = "x11-dl"
229version = "2.14.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "326c500cdc166fd7c70dd8c8a829cd5c0ce7be5a5d98c25817de2b9bdc67faf8"
232dependencies = [
233 "lazy_static 0.2.11",
234 "libc",
235 "pkg-config",
236]