|
400079237a
|
oodle: Allow providing the chunk size
This makes the library itself more flexible, while still keeping things
relatively straightforward with a single constant for the common chunk
size.
|
2025-07-01 11:26:02 +02:00 |
|
|
a2bbab1398
|
Update dependencies
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
|
2024-08-21 14:33:39 +02:00 |
|
|
ba753cf6bb
|
feat: Implement static linking, second attempt
This is mostly just the code from the previous attempt. All that was
missing were the `.lib` files to link to on Windows.
|
2023-03-16 18:09:40 +01:00 |
|
|
ed4a22c97a
|
Revert "feat(sdk): Switch to statically linked Oodle"
This reverts commit d08321a645 .
Closes #42.
|
2023-03-02 13:51:44 +01:00 |
|
|
d08321a645
|
feat(sdk): Switch to statically linked Oodle
This removes another runtime dependency.
|
2023-03-01 22:14:31 +01:00 |
|