1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00
kawari/src/packet
Jules fe234920f2
Use raw-dylib when linking to Oodle on Windows (#83)
This means that the static .lib is no longer required at compile time, but
the .dll is still required at runtime. On Linux, the .so is still
required at both compile time and runtime, because linking works
differently there.
2025-06-28 14:45:01 -04:00
..
compression.rs Move oodle into the packet module 2025-05-02 00:52:26 -04:00
encryption.rs Continue parsing when encountering unknown packets 2025-06-28 08:48:59 -04:00
ipc.rs Continue parsing when encountering unknown packets 2025-06-28 08:48:59 -04:00
mod.rs Allow building for WebAssembly 2025-06-27 17:58:14 -04:00
oodle.rs Use raw-dylib when linking to Oodle on Windows (#83) 2025-06-28 14:45:01 -04:00
parsing.rs Fix tests 2025-06-28 10:02:09 -04:00
send_helpers.rs Allow building for WebAssembly 2025-06-27 17:58:14 -04:00