`zig_binary|library|test` should support other source inputs supported by `zig build-exe` (`.o`, `.obj`, `.a`, `.lib`, `.so`, `.dll`, `.dylib`, `.s`, `.c`, etc.) - [x] #81 - [ ] Support `.o`, `.obj` inputs to `zig_binary|library|test` Related to https://github.com/aherrmann/rules_zig/issues/15. - [ ] Support `.a`, `.lib` inputs to `zig_binary|library|test` Related to https://github.com/aherrmann/rules_zig/issues/15. - [ ] Support `.so`, `.dll`, `.dylib` inputs to `zig_binary|library|test` Related to https://github.com/aherrmann/rules_zig/issues/15.