←Back home Credits
Everything BAKWARE stands on. The list below is read straight out of Cargo.toml and src/app.rs, and holds only what is actually used.
The people
people 🏠
bakq225
Design, code and everything else — from the detection algorithm to the licence server.
DEVELOPER
💬
The BakWare Discord
Bug reports · recordings of real play · cases where detection failed.
COMMUNITY
🎯
Testers
People who sent recordings with the soru times marked by hand. That is where the ground truth comes from.
TESTING
Typefaces
typefaces4 NanumBarunGothic
Every Korean glyph in the app. Released free of charge by Naver.
FONT.TTF · HANGUL
Minecraft Regular
Latin letters and figures.
LATIN
⚙
Noto Emoji
Every icon in the app. It has no colour tables, so each glyph is painted in the text colour — the emoji on this page use the very same font.
GOOGLE · MONOCHROME
Work Sans · Cormorant Garamond
The body and display type on this website. Korean is picked up by Nanum Gothic and Nanum Myeongjo.
WEB · SIL OFL
Interface
interface4 egui0.27
The immediate-mode UI that draws every screen.
eframe0.27
The shell that joins the window to the renderer.
image0.24
Icon and thumbnail decoding.
rfd0.17.2
Native file dialogs.
System
windows5 windows0.56
WASAPI loopback, Direct3D, Desktop Duplication, Media Foundation.
windows-core0.56
For the COM interfaces we implement ourselves.
winapi0.3
The low-level calls still left over.
winreg0.56.0
Registry access for reading and writing FastFlags.
winres0.1
The build step that embeds the icon and version info.
Audio
audio1 symphonia0.5
Decodes the reference Soru sound. The matched filter's template comes from here.
Security
crypto4 ed25519-dalek2
Verifies the server's signature — the line that stops forged responses.
sha20.10
Hashing for keys and device fingerprints.
hmac0.12
The MAC that catches tampered requests.
getrandom0.2
Nonce generation, which blocks replay attacks.
Networking and data
data7 reqwest0.11
Talking to the licence server.
serde1
Serialising settings and responses.
serde_json1
Config files and API responses.
base640.22
Encoding for signatures and keys.
zip0.6
Unpacking update bundles.
regex1.10
Parsing flag names and logs.
chrono0.4
Working out access periods and time remaining.
Concurrency
concurrency2 once_cell1
Globals that initialise exactly once.
parking_lot0.12
Locking between the detection thread and the UI.
Backend
backend3 Cloudflare Workers
Licence issuing and activation, plus the Discord trial bot.
Workers KV
Where key records and device bindings live.
Cloudflare Pages
The page you are reading right now.
The list above is the real dependency set and versions from Cargo.toml. Each project is governed by the licence in its own repository. BakWare is not affiliated with, endorsed by or sponsored by Roblox Corporation or the game's creators.