tergent
tergent copied to clipboard
Add support for 32bit arches
Hi, this PR adds support for arm and i686.
Issue has been that c_ulong is u32 on arm and i686, and u64 on aarch64 and x86_64. By replacing some u64 types with c_ulong where applicable the issue is solved.
Also update dependencies while we are at it
Hi, thank you very much for your contribution! I have not had time to work on this project in a long while, and unfortunately I still don't, so I will grant permissions and leave it up to you if you still would like to merge this or not.