d2/d2target
Toyam Cox a1b192723f
fix builds on 32bit systems
@alixander says: This is the highest number we go to:

```
d2/lib/imgbundler/imgbundler.go
Line 25 in 3f62eed
 const maxImageSize int64 = 1 << 25 // 33_554_432
```

This is several shy of 64 bits, and even shy of 32 bits, so let's just
choose 32 bits.
2022-12-07 10:55:46 -05:00
..
class.go oss 2022-11-03 06:54:49 -07:00
d2target.go fix builds on 32bit systems 2022-12-07 10:55:46 -05:00
sqltable.go oss 2022-11-03 06:54:49 -07:00