vibe coded a crc reverse engineer tool on gpu, because why not
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "crc_cracker"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
wgpu = "0.20"
|
||||
bytemuck = { version = "1", features = ["derive"] }
|
||||
pollster = "0.3"
|
||||
Reference in New Issue
Block a user