tergent icon indicating copy to clipboard operation
tergent copied to clipboard

Add support for 32bit arches

Open Grimler91 opened this issue 2 years ago • 1 comments

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

Grimler91 avatar Jun 03 '22 15:06 Grimler91